@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAppResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAppResult |
clone() |
boolean |
equals(Object obj) |
AppSummary |
getAppSummary()
Summary description of the application.
|
List<ServerGroup> |
getServerGroups()
List of server groups included in the application.
|
List<Tag> |
getTags()
List of taags associated with the application.
|
int |
hashCode() |
void |
setAppSummary(AppSummary appSummary)
Summary description of the application.
|
void |
setServerGroups(Collection<ServerGroup> serverGroups)
List of server groups included in the application.
|
void |
setTags(Collection<Tag> tags)
List of taags associated with the application.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppResult |
withAppSummary(AppSummary appSummary)
Summary description of the application.
|
CreateAppResult |
withServerGroups(Collection<ServerGroup> serverGroups)
List of server groups included in the application.
|
CreateAppResult |
withServerGroups(ServerGroup... serverGroups)
List of server groups included in the application.
|
CreateAppResult |
withTags(Collection<Tag> tags)
List of taags associated with the application.
|
CreateAppResult |
withTags(Tag... tags)
List of taags associated with the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAppSummary(AppSummary appSummary)
Summary description of the application.
appSummary - Summary description of the application.public AppSummary getAppSummary()
Summary description of the application.
public CreateAppResult withAppSummary(AppSummary appSummary)
Summary description of the application.
appSummary - Summary description of the application.public List<ServerGroup> getServerGroups()
List of server groups included in the application.
public void setServerGroups(Collection<ServerGroup> serverGroups)
List of server groups included in the application.
serverGroups - List of server groups included in the application.public CreateAppResult withServerGroups(ServerGroup... serverGroups)
List of server groups included in the application.
NOTE: This method appends the values to the existing list (if any). Use
setServerGroups(java.util.Collection) or withServerGroups(java.util.Collection) if you want to
override the existing values.
serverGroups - List of server groups included in the application.public CreateAppResult withServerGroups(Collection<ServerGroup> serverGroups)
List of server groups included in the application.
serverGroups - List of server groups included in the application.public List<Tag> getTags()
List of taags associated with the application.
public void setTags(Collection<Tag> tags)
List of taags associated with the application.
tags - List of taags associated with the application.public CreateAppResult withTags(Tag... tags)
List of taags associated with the application.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - List of taags associated with the application.public CreateAppResult withTags(Collection<Tag> tags)
List of taags associated with the application.
tags - List of taags associated with the application.public String toString()
toString in class ObjectObject.toString()public CreateAppResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.