@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServicePipelineProvisionedResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListServicePipelineProvisionedResourcesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListServicePipelineProvisionedResourcesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
String |
getServiceName()
The service name.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
void |
setServiceName(String serviceName)
The service name.
|
String |
toString()
Returns a string representation of this object.
|
ListServicePipelineProvisionedResourcesRequest |
withNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
ListServicePipelineProvisionedResourcesRequest |
withServiceName(String serviceName)
The service name.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic ListServicePipelineProvisionedResourcesRequest()
public void setNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
nextToken - A token that indicates the location of the next provisioned resource in the array of provisioned
resources, after the list of provisioned resources that was previously requested.public String getNextToken()
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
public ListServicePipelineProvisionedResourcesRequest withNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
nextToken - A token that indicates the location of the next provisioned resource in the array of provisioned
resources, after the list of provisioned resources that was previously requested.public void setServiceName(String serviceName)
The service name.
serviceName - The service name.public String getServiceName()
The service name.
public ListServicePipelineProvisionedResourcesRequest withServiceName(String serviceName)
The service name.
serviceName - The service name.public String toString()
toString in class ObjectObject.toString()public ListServicePipelineProvisionedResourcesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.