* The ID of the application. *
*/ private String appId; /** ** The name of the service role in the customer's account that CloudFormation uses to launch the application. *
*/ private String roleName; /** ** Indicates whether the application is configured to launch automatically after replication is complete. *
*/ private Boolean autoLaunch; /** ** The launch configurations for server groups in this application. *
*/ private java.util.List* The ID of the application. *
* * @param appId * The ID of the application. */ public void setAppId(String appId) { this.appId = appId; } /** ** The ID of the application. *
* * @return The ID of the application. */ public String getAppId() { return this.appId; } /** ** The ID of the application. *
* * @param appId * The ID of the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetAppLaunchConfigurationResult withAppId(String appId) { setAppId(appId); return this; } /** ** The name of the service role in the customer's account that CloudFormation uses to launch the application. *
* * @param roleName * The name of the service role in the customer's account that CloudFormation uses to launch the application. */ public void setRoleName(String roleName) { this.roleName = roleName; } /** ** The name of the service role in the customer's account that CloudFormation uses to launch the application. *
* * @return The name of the service role in the customer's account that CloudFormation uses to launch the * application. */ public String getRoleName() { return this.roleName; } /** ** The name of the service role in the customer's account that CloudFormation uses to launch the application. *
* * @param roleName * The name of the service role in the customer's account that CloudFormation uses to launch the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetAppLaunchConfigurationResult withRoleName(String roleName) { setRoleName(roleName); return this; } /** ** Indicates whether the application is configured to launch automatically after replication is complete. *
* * @param autoLaunch * Indicates whether the application is configured to launch automatically after replication is complete. */ public void setAutoLaunch(Boolean autoLaunch) { this.autoLaunch = autoLaunch; } /** ** Indicates whether the application is configured to launch automatically after replication is complete. *
* * @return Indicates whether the application is configured to launch automatically after replication is complete. */ public Boolean getAutoLaunch() { return this.autoLaunch; } /** ** Indicates whether the application is configured to launch automatically after replication is complete. *
* * @param autoLaunch * Indicates whether the application is configured to launch automatically after replication is complete. * @return Returns a reference to this object so that method calls can be chained together. */ public GetAppLaunchConfigurationResult withAutoLaunch(Boolean autoLaunch) { setAutoLaunch(autoLaunch); return this; } /** ** Indicates whether the application is configured to launch automatically after replication is complete. *
* * @return Indicates whether the application is configured to launch automatically after replication is complete. */ public Boolean isAutoLaunch() { return this.autoLaunch; } /** ** The launch configurations for server groups in this application. *
* * @return The launch configurations for server groups in this application. */ public java.util.List* The launch configurations for server groups in this application. *
* * @param serverGroupLaunchConfigurations * The launch configurations for server groups in this application. */ public void setServerGroupLaunchConfigurations(java.util.Collection* The launch configurations for server groups in this application. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setServerGroupLaunchConfigurations(java.util.Collection)} or * {@link #withServerGroupLaunchConfigurations(java.util.Collection)} if you want to override the existing values. *
* * @param serverGroupLaunchConfigurations * The launch configurations for server groups in this application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetAppLaunchConfigurationResult withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations) { if (this.serverGroupLaunchConfigurations == null) { setServerGroupLaunchConfigurations(new java.util.ArrayList* The launch configurations for server groups in this application. *
* * @param serverGroupLaunchConfigurations * The launch configurations for server groups in this application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetAppLaunchConfigurationResult withServerGroupLaunchConfigurations( java.util.Collection