@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIdNamespaceAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIdNamespaceAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListIdNamespaceAssociationsRequest |
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()
The unique identifier of the membership that contains the ID namespace association that you want to view.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
void |
setMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to view.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListIdNamespaceAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListIdNamespaceAssociationsRequest |
withMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to view.
|
ListIdNamespaceAssociationsRequest |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set 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 void setMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to view.
membershipIdentifier
- The unique identifier of the membership that contains the ID namespace association that you want to view.public String getMembershipIdentifier()
The unique identifier of the membership that contains the ID namespace association that you want to view.
public ListIdNamespaceAssociationsRequest withMembershipIdentifier(String membershipIdentifier)
The unique identifier of the membership that contains the ID namespace association that you want to view.
membershipIdentifier
- The unique identifier of the membership that contains the ID namespace association that you want to view.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListIdNamespaceAssociationsRequest withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken
- The pagination token that's used to fetch the next set of results.public void setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
maxResults
- The maximum size of the results that is returned per call. Service chooses a default if it has not been
set. Service may return a nextToken even if the maximum results has not been met.public Integer getMaxResults()
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
public ListIdNamespaceAssociationsRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
maxResults
- The maximum size of the results that is returned per call. Service chooses a default if it has not been
set. Service may return a nextToken even if the maximum results has not been met.public String toString()
toString
in class Object
Object.toString()
public ListIdNamespaceAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()