@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()
ID of the application associated with the launch configuration.
|
String |
getRoleName()
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
|
List<ServerGroupLaunchConfiguration> |
getServerGroupLaunchConfigurations()
List of launch configurations for server groups in this application.
|
int |
hashCode() |
void |
setAppId(String appId)
ID of the application associated with the launch configuration.
|
void |
setRoleName(String roleName)
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
|
void |
setServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
String |
toString()
Returns a string representation of this object.
|
GetAppLaunchConfigurationResult |
withAppId(String appId)
ID of the application associated with the launch configuration.
|
GetAppLaunchConfigurationResult |
withRoleName(String roleName)
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
|
GetAppLaunchConfigurationResult |
withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
GetAppLaunchConfigurationResult |
withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppId(String appId)
ID of the application associated with the launch configuration.
appId
- ID of the application associated with the launch configuration.public String getAppId()
ID of the application associated with the launch configuration.
public GetAppLaunchConfigurationResult withAppId(String appId)
ID of the application associated with the launch configuration.
appId
- ID of the application associated with the launch configuration.public void setRoleName(String roleName)
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
roleName
- Name of the service role in the customer's account that Amazon CloudFormation uses to launch the
application.public String getRoleName()
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
public GetAppLaunchConfigurationResult withRoleName(String roleName)
Name of the service role in the customer's account that Amazon CloudFormation uses to launch the application.
roleName
- Name of the service role in the customer's account that Amazon CloudFormation uses to launch the
application.public List<ServerGroupLaunchConfiguration> getServerGroupLaunchConfigurations()
List of launch configurations for server groups in this application.
public void setServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
serverGroupLaunchConfigurations
- List of launch configurations for server groups in this application.public GetAppLaunchConfigurationResult withServerGroupLaunchConfigurations(ServerGroupLaunchConfiguration... serverGroupLaunchConfigurations)
List of 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
- List of launch configurations for server groups in this application.public GetAppLaunchConfigurationResult withServerGroupLaunchConfigurations(Collection<ServerGroupLaunchConfiguration> serverGroupLaunchConfigurations)
List of launch configurations for server groups in this application.
serverGroupLaunchConfigurations
- List of launch configurations for server groups in this application.public String toString()
toString
in class Object
Object.toString()
public GetAppLaunchConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.