@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public ListServicePipelineProvisionedResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()