@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAppResult() |
Modifier and Type | Method and Description |
---|---|
GetAppResult |
clone() |
boolean |
equals(Object obj) |
AppSummary |
getAppSummary()
Information about the application.
|
List<ServerGroup> |
getServerGroups()
List of server groups belonging to the application.
|
List<Tag> |
getTags()
List of tags associated with the application.
|
int |
hashCode() |
void |
setAppSummary(AppSummary appSummary)
Information about the application.
|
void |
setServerGroups(Collection<ServerGroup> serverGroups)
List of server groups belonging to the application.
|
void |
setTags(Collection<Tag> tags)
List of tags associated with the application.
|
String |
toString()
Returns a string representation of this object.
|
GetAppResult |
withAppSummary(AppSummary appSummary)
Information about the application.
|
GetAppResult |
withServerGroups(Collection<ServerGroup> serverGroups)
List of server groups belonging to the application.
|
GetAppResult |
withServerGroups(ServerGroup... serverGroups)
List of server groups belonging to the application.
|
GetAppResult |
withTags(Collection<Tag> tags)
List of tags associated with the application.
|
GetAppResult |
withTags(Tag... tags)
List of tags associated with the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppSummary(AppSummary appSummary)
Information about the application.
appSummary
- Information about the application.public AppSummary getAppSummary()
Information about the application.
public GetAppResult withAppSummary(AppSummary appSummary)
Information about the application.
appSummary
- Information about the application.public List<ServerGroup> getServerGroups()
List of server groups belonging to the application.
public void setServerGroups(Collection<ServerGroup> serverGroups)
List of server groups belonging to the application.
serverGroups
- List of server groups belonging to the application.public GetAppResult withServerGroups(ServerGroup... serverGroups)
List of server groups belonging to 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 belonging to the application.public GetAppResult withServerGroups(Collection<ServerGroup> serverGroups)
List of server groups belonging to the application.
serverGroups
- List of server groups belonging to the application.public List<Tag> getTags()
List of tags associated with the application.
public void setTags(Collection<Tag> tags)
List of tags associated with the application.
tags
- List of tags associated with the application.public GetAppResult withTags(Tag... tags)
List of tags 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 tags associated with the application.public GetAppResult withTags(Collection<Tag> tags)
List of tags associated with the application.
tags
- List of tags associated with the application.public String toString()
toString
in class Object
Object.toString()
public GetAppResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.