@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServicePipelineOutputsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServicePipelineOutputsRequest() |
Modifier and Type | Method and Description |
---|---|
ListServicePipelineOutputsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A token to indicate the location of the next output in the array of outputs, after the list of outputs that was
previously requested.
|
String |
getServiceName()
The service name.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token to indicate the location of the next output in the array of outputs, after the list of outputs that was
previously requested.
|
void |
setServiceName(String serviceName)
The service name.
|
String |
toString()
Returns a string representation of this object.
|
ListServicePipelineOutputsRequest |
withNextToken(String nextToken)
A token to indicate the location of the next output in the array of outputs, after the list of outputs that was
previously requested.
|
ListServicePipelineOutputsRequest |
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 void setNextToken(String nextToken)
A token to indicate the location of the next output in the array of outputs, after the list of outputs that was previously requested.
nextToken
- A token to indicate the location of the next output in the array of outputs, after the list of outputs
that was previously requested.public String getNextToken()
A token to indicate the location of the next output in the array of outputs, after the list of outputs that was previously requested.
public ListServicePipelineOutputsRequest withNextToken(String nextToken)
A token to indicate the location of the next output in the array of outputs, after the list of outputs that was previously requested.
nextToken
- A token to indicate the location of the next output in the array of outputs, after the list of outputs
that was previously requested.public void setServiceName(String serviceName)
The service name.
serviceName
- The service name.public String getServiceName()
The service name.
public ListServicePipelineOutputsRequest withServiceName(String serviceName)
The service name.
serviceName
- The service name.public String toString()
toString
in class Object
Object.toString()
public ListServicePipelineOutputsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()