@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDataRepositoryAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeDataRepositoryAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDataRepositoryAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAssociationIds()
IDs of the data repository associations whose descriptions you want to retrieve (String).
|
List<Filter> |
getFilters() |
Integer |
getMaxResults()
The maximum number of resources to return in the response.
|
String |
getNextToken() |
int |
hashCode() |
void |
setAssociationIds(Collection<String> associationIds)
IDs of the data repository associations whose descriptions you want to retrieve (String).
|
void |
setFilters(Collection<Filter> filters) |
void |
setMaxResults(Integer maxResults)
The maximum number of resources to return in the response.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
DescribeDataRepositoryAssociationsRequest |
withAssociationIds(Collection<String> associationIds)
IDs of the data repository associations whose descriptions you want to retrieve (String).
|
DescribeDataRepositoryAssociationsRequest |
withAssociationIds(String... associationIds)
IDs of the data repository associations whose descriptions you want to retrieve (String).
|
DescribeDataRepositoryAssociationsRequest |
withFilters(Collection<Filter> filters) |
DescribeDataRepositoryAssociationsRequest |
withFilters(Filter... filters)
NOTE: This method appends the values to the existing list (if any).
|
DescribeDataRepositoryAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of resources to return in the response.
|
DescribeDataRepositoryAssociationsRequest |
withNextToken(String nextToken) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeDataRepositoryAssociationsRequest()
public List<String> getAssociationIds()
IDs of the data repository associations whose descriptions you want to retrieve (String).
public void setAssociationIds(Collection<String> associationIds)
IDs of the data repository associations whose descriptions you want to retrieve (String).
associationIds
- IDs of the data repository associations whose descriptions you want to retrieve (String).public DescribeDataRepositoryAssociationsRequest withAssociationIds(String... associationIds)
IDs of the data repository associations whose descriptions you want to retrieve (String).
NOTE: This method appends the values to the existing list (if any). Use
setAssociationIds(java.util.Collection)
or withAssociationIds(java.util.Collection)
if you want
to override the existing values.
associationIds
- IDs of the data repository associations whose descriptions you want to retrieve (String).public DescribeDataRepositoryAssociationsRequest withAssociationIds(Collection<String> associationIds)
IDs of the data repository associations whose descriptions you want to retrieve (String).
associationIds
- IDs of the data repository associations whose descriptions you want to retrieve (String).public void setFilters(Collection<Filter> filters)
filters
- public DescribeDataRepositoryAssociationsRequest withFilters(Filter... filters)
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- public DescribeDataRepositoryAssociationsRequest withFilters(Collection<Filter> filters)
filters
- public void setMaxResults(Integer maxResults)
The maximum number of resources to return in the response. This value must be an integer greater than zero.
maxResults
- The maximum number of resources to return in the response. This value must be an integer greater than
zero.public Integer getMaxResults()
The maximum number of resources to return in the response. This value must be an integer greater than zero.
public DescribeDataRepositoryAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of resources to return in the response. This value must be an integer greater than zero.
maxResults
- The maximum number of resources to return in the response. This value must be an integer greater than
zero.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeDataRepositoryAssociationsRequest withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeDataRepositoryAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()