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