@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationsResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about all of your applications.
| Constructor and Description |
|---|
ApplicationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationsResponse |
clone() |
boolean |
equals(Object obj) |
List<ApplicationResponse> |
getItem()
An array of responses, one for each application that was returned.
|
String |
getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setItem(Collection<ApplicationResponse> item)
An array of responses, one for each application that was returned.
|
void |
setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationsResponse |
withItem(ApplicationResponse... item)
An array of responses, one for each application that was returned.
|
ApplicationsResponse |
withItem(Collection<ApplicationResponse> item)
An array of responses, one for each application that was returned.
|
ApplicationsResponse |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
public List<ApplicationResponse> getItem()
An array of responses, one for each application that was returned.
public void setItem(Collection<ApplicationResponse> item)
An array of responses, one for each application that was returned.
item - An array of responses, one for each application that was returned.public ApplicationsResponse withItem(ApplicationResponse... item)
An array of responses, one for each application that was returned.
NOTE: This method appends the values to the existing list (if any). Use
setItem(java.util.Collection) or withItem(java.util.Collection) if you want to override the
existing values.
item - An array of responses, one for each application that was returned.public ApplicationsResponse withItem(Collection<ApplicationResponse> item)
An array of responses, one for each application that was returned.
item - An array of responses, one for each application that was returned.public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
public ApplicationsResponse withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null if there are no additional pages.public String toString()
toString in class ObjectObject.toString()public ApplicationsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.