@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIntegrationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ListIntegrationsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListIntegrationsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<ListIntegrationItem> | 
getItems()
 The list of ListIntegrations instances. 
 | 
String | 
getNextToken()
 The pagination token from the previous ListIntegrations API call. 
 | 
int | 
hashCode()  | 
void | 
setItems(Collection<ListIntegrationItem> items)
 The list of ListIntegrations instances. 
 | 
void | 
setNextToken(String nextToken)
 The pagination token from the previous ListIntegrations API call. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListIntegrationsResult | 
withItems(Collection<ListIntegrationItem> items)
 The list of ListIntegrations instances. 
 | 
ListIntegrationsResult | 
withItems(ListIntegrationItem... items)
 The list of ListIntegrations instances. 
 | 
ListIntegrationsResult | 
withNextToken(String nextToken)
 The pagination token from the previous ListIntegrations API call. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ListIntegrationItem> getItems()
The list of ListIntegrations instances.
public void setItems(Collection<ListIntegrationItem> items)
The list of ListIntegrations instances.
items - The list of ListIntegrations instances.public ListIntegrationsResult withItems(ListIntegrationItem... items)
The list of ListIntegrations instances.
 NOTE: This method appends the values to the existing list (if any). Use
 setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
 existing values.
 
items - The list of ListIntegrations instances.public ListIntegrationsResult withItems(Collection<ListIntegrationItem> items)
The list of ListIntegrations instances.
items - The list of ListIntegrations instances.public void setNextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
nextToken - The pagination token from the previous ListIntegrations API call.public String getNextToken()
The pagination token from the previous ListIntegrations API call.
public ListIntegrationsResult withNextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
nextToken - The pagination token from the previous ListIntegrations API call.public String toString()
toString in class ObjectObject.toString()public ListIntegrationsResult clone()