@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 name of the service whose pipeline's provisioned resources you want.
|
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 name of the service whose pipeline's provisioned resources you want.
|
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 name of the service whose pipeline's provisioned resources you want.
|
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 name of the service whose pipeline's provisioned resources you want.
serviceName
- The name of the service whose pipeline's provisioned resources you want.public String getServiceName()
The name of the service whose pipeline's provisioned resources you want.
public ListServicePipelineProvisionedResourcesRequest withServiceName(String serviceName)
The name of the service whose pipeline's provisioned resources you want.
serviceName
- The name of the service whose pipeline's provisioned resources you want.public String toString()
toString
in class Object
Object.toString()
public ListServicePipelineProvisionedResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()