@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataIntegrationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListDataIntegrationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDataIntegrationsResult |
clone() |
boolean |
equals(Object obj) |
List<DataIntegrationSummary> |
getDataIntegrations()
The DataIntegrations associated with this account.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setDataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListDataIntegrationsResult |
withDataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
|
ListDataIntegrationsResult |
withDataIntegrations(DataIntegrationSummary... dataIntegrations)
The DataIntegrations associated with this account.
|
ListDataIntegrationsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DataIntegrationSummary> getDataIntegrations()
The DataIntegrations associated with this account.
public void setDataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
dataIntegrations - The DataIntegrations associated with this account.public ListDataIntegrationsResult withDataIntegrations(DataIntegrationSummary... dataIntegrations)
The DataIntegrations associated with this account.
NOTE: This method appends the values to the existing list (if any). Use
setDataIntegrations(java.util.Collection) or withDataIntegrations(java.util.Collection) if you
want to override the existing values.
dataIntegrations - The DataIntegrations associated with this account.public ListDataIntegrationsResult withDataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
dataIntegrations - The DataIntegrations associated with this account.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListDataIntegrationsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String toString()
toString in class ObjectObject.toString()public ListDataIntegrationsResult clone()