Struct aws_sdk_codedeploy::model::application_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ApplicationInfo
Implementations
The application ID.
The application ID.
The application name.
The application name.
The time at which the application was created.
The time at which the application was created.
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
True if the user has authenticated with GitHub for the specified application. Otherwise, false.
The name for a connection to a GitHub account.
The name for a connection to a GitHub account.
The destination platform type for deployment of the application (Lambda
or Server
).
The destination platform type for deployment of the application (Lambda
or Server
).
Consumes the builder and constructs a ApplicationInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more