@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppLaunchConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAppLaunchConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetAppLaunchConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The ID of the application.
|
Boolean |
getAutoLaunch()
Indicates whether the application is configured to launch automatically after replication is complete.
|
String |
getRoleName()
The name of the service role in the customer's account that CloudFormation uses to launch the application.
|
List<ServerGroupLaunchConfiguration> |
getServerGroupLaunchConfigurations()
The launch configurations for server groups in this application.
|
int |
hashCode() |
Boolean |
isAutoLaunch()
Indicates whether the application is configured to launch automatically after replication is complete.
|
void |
setAppId(String appId)
The ID of the application.
|
void |
setAutoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
|
void |
setRoleName(String roleName)
The name of the service role in the customer's account that CloudFormation uses to launch the application.
|
void |
setServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
String |
toString()
Returns a string representation of this object.
|
GetAppLaunchConfigurationResult |
withAppId(String appId)
The ID of the application.
|
GetAppLaunchConfigurationResult |
withAutoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
|
GetAppLaunchConfigurationResult |
withRoleName(String roleName)
The name of the service role in the customer's account that CloudFormation uses to launch the application.
|
GetAppLaunchConfigurationResult |
withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResult |
withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppId(String appId)
The ID of the application.
appId
- The ID of the application.public String getAppId()
The ID of the application.
public GetAppLaunchConfigurationResult withAppId(String appId)
The ID of the application.
appId
- The ID of the application.public void setRoleName(String roleName)
The name of the service role in the customer's account that CloudFormation uses to launch the application.
roleName
- The name of the service role in the customer's account that CloudFormation uses to launch the application.public String getRoleName()
The name of the service role in the customer's account that CloudFormation uses to launch the application.
public GetAppLaunchConfigurationResult withRoleName(String roleName)
The name of the service role in the customer's account that CloudFormation uses to launch the application.
roleName
- The name of the service role in the customer's account that CloudFormation uses to launch the application.public void setAutoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
autoLaunch
- Indicates whether the application is configured to launch automatically after replication is complete.public Boolean getAutoLaunch()
Indicates whether the application is configured to launch automatically after replication is complete.
public GetAppLaunchConfigurationResult withAutoLaunch(Boolean autoLaunch)
Indicates whether the application is configured to launch automatically after replication is complete.
autoLaunch
- Indicates whether the application is configured to launch automatically after replication is complete.public Boolean isAutoLaunch()
Indicates whether the application is configured to launch automatically after replication is complete.
public List<ServerGroupLaunchConfiguration> getServerGroupLaunchConfigurations()
The launch configurations for server groups in this application.
public void setServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
serverGroupLaunchConfigurations
- The launch configurations for server groups in this application.public GetAppLaunchConfigurationResult withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
NOTE: This method appends the values to the existing list (if any). Use
setServerGroupLaunchConfigurations(java.util.Collection)
or
withServerGroupLaunchConfigurations(java.util.Collection)
if you want to override the existing values.
serverGroupLaunchConfigurations
- The launch configurations for server groups in this application.public GetAppLaunchConfigurationResult withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
The launch configurations for server groups in this application.
serverGroupLaunchConfigurations
- The launch configurations for server groups in this application.public String toString()
toString
in class Object
Object.toString()
public GetAppLaunchConfigurationResult clone()