@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConfiguredTableAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListConfiguredTableAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListConfiguredTableAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getMembershipIdentifier()
A unique identifier for the membership to list configured table associations for.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
void |
setMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to list configured table associations for.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListConfiguredTableAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListConfiguredTableAssociationsRequest |
withMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to list configured table associations for.
|
ListConfiguredTableAssociationsRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
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 ListConfiguredTableAssociationsRequest()
public void setMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.
membershipIdentifier
- A unique identifier for the membership to list configured table associations for. Currently accepts the
membership ID.public String getMembershipIdentifier()
A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.
public ListConfiguredTableAssociationsRequest withMembershipIdentifier(String membershipIdentifier)
A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.
membershipIdentifier
- A unique identifier for the membership to list configured table associations for. Currently accepts the
membership ID.public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListConfiguredTableAssociationsRequest withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public void setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults
- The maximum size of the results that is returned per call.public Integer getMaxResults()
The maximum size of the results that is returned per call.
public ListConfiguredTableAssociationsRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults
- The maximum size of the results that is returned per call.public String toString()
toString
in class Object
Object.toString()
public ListConfiguredTableAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()