@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppImageConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAppImageConfigsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppImageConfigsResult |
clone() |
boolean |
equals(Object obj) |
List<AppImageConfigDetails> |
getAppImageConfigs()
A list of AppImageConfigs and their properties.
|
String |
getNextToken()
A token for getting the next set of AppImageConfigs, if there are any.
|
int |
hashCode() |
void |
setAppImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)
A list of AppImageConfigs and their properties.
|
void |
setNextToken(String nextToken)
A token for getting the next set of AppImageConfigs, if there are any.
|
String |
toString()
Returns a string representation of this object.
|
ListAppImageConfigsResult |
withAppImageConfigs(AppImageConfigDetails... appImageConfigs)
A list of AppImageConfigs and their properties.
|
ListAppImageConfigsResult |
withAppImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)
A list of AppImageConfigs and their properties.
|
ListAppImageConfigsResult |
withNextToken(String nextToken)
A token for getting the next set of AppImageConfigs, if there are any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
A token for getting the next set of AppImageConfigs, if there are any.
nextToken - A token for getting the next set of AppImageConfigs, if there are any.public String getNextToken()
A token for getting the next set of AppImageConfigs, if there are any.
public ListAppImageConfigsResult withNextToken(String nextToken)
A token for getting the next set of AppImageConfigs, if there are any.
nextToken - A token for getting the next set of AppImageConfigs, if there are any.public List<AppImageConfigDetails> getAppImageConfigs()
A list of AppImageConfigs and their properties.
public void setAppImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)
A list of AppImageConfigs and their properties.
appImageConfigs - A list of AppImageConfigs and their properties.public ListAppImageConfigsResult withAppImageConfigs(AppImageConfigDetails... appImageConfigs)
A list of AppImageConfigs and their properties.
NOTE: This method appends the values to the existing list (if any). Use
setAppImageConfigs(java.util.Collection) or withAppImageConfigs(java.util.Collection) if you
want to override the existing values.
appImageConfigs - A list of AppImageConfigs and their properties.public ListAppImageConfigsResult withAppImageConfigs(Collection<AppImageConfigDetails> appImageConfigs)
A list of AppImageConfigs and their properties.
appImageConfigs - A list of AppImageConfigs and their properties.public String toString()
toString in class ObjectObject.toString()public ListAppImageConfigsResult clone()