@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceNetworkServiceAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServiceNetworkServiceAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListServiceNetworkServiceAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A pagination token for the next page of results.
|
String |
getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
|
String |
getServiceNetworkIdentifier()
The ID or Amazon Resource Name (ARN) of the service network.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A pagination token for the next page of results.
|
void |
setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
void |
setServiceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceNetworkServiceAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListServiceNetworkServiceAssociationsRequest |
withNextToken(String nextToken)
A pagination token for the next page of results.
|
ListServiceNetworkServiceAssociationsRequest |
withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
ListServiceNetworkServiceAssociationsRequest |
withServiceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
|
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 ListServiceNetworkServiceAssociationsRequest()
public void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListServiceNetworkServiceAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public void setNextToken(String nextToken)
A pagination token for the next page of results.
nextToken
- A pagination token for the next page of results.public String getNextToken()
A pagination token for the next page of results.
public ListServiceNetworkServiceAssociationsRequest withNextToken(String nextToken)
A pagination token for the next page of results.
nextToken
- A pagination token for the next page of results.public void setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier
- The ID or Amazon Resource Name (ARN) of the service.public String getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
public ListServiceNetworkServiceAssociationsRequest withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier
- The ID or Amazon Resource Name (ARN) of the service.public void setServiceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
serviceNetworkIdentifier
- The ID or Amazon Resource Name (ARN) of the service network.public String getServiceNetworkIdentifier()
The ID or Amazon Resource Name (ARN) of the service network.
public ListServiceNetworkServiceAssociationsRequest withServiceNetworkIdentifier(String serviceNetworkIdentifier)
The ID or Amazon Resource Name (ARN) of the service network.
serviceNetworkIdentifier
- The ID or Amazon Resource Name (ARN) of the service network.public String toString()
toString
in class Object
Object.toString()
public ListServiceNetworkServiceAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()