@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 |
getDeploymentId()
The ID of the deployment you want the outputs for.
|
String |
getNextToken()
A token that indicates the location of the next output in the array of outputs, after the list of outputs that
was previously requested.
|
String |
getServiceName()
The name of the service whose pipeline's outputs you want.
|
int |
hashCode() |
void |
setDeploymentId(String deploymentId)
The ID of the deployment you want the outputs for.
|
void |
setNextToken(String nextToken)
A token that indicates 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 name of the service whose pipeline's outputs you want.
|
String |
toString()
Returns a string representation of this object.
|
ListServicePipelineOutputsRequest |
withDeploymentId(String deploymentId)
The ID of the deployment you want the outputs for.
|
ListServicePipelineOutputsRequest |
withNextToken(String nextToken)
A token that indicates 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 name of the service whose pipeline's outputs 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 void setDeploymentId(String deploymentId)
The ID of the deployment you want the outputs for.
deploymentId
- The ID of the deployment you want the outputs for.public String getDeploymentId()
The ID of the deployment you want the outputs for.
public ListServicePipelineOutputsRequest withDeploymentId(String deploymentId)
The ID of the deployment you want the outputs for.
deploymentId
- The ID of the deployment you want the outputs for.public void setNextToken(String nextToken)
A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
nextToken
- A token that indicates 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 that indicates 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 that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.
nextToken
- A token that indicates 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 name of the service whose pipeline's outputs you want.
serviceName
- The name of the service whose pipeline's outputs you want.public String getServiceName()
The name of the service whose pipeline's outputs you want.
public ListServicePipelineOutputsRequest withServiceName(String serviceName)
The name of the service whose pipeline's outputs you want.
serviceName
- The name of the service whose pipeline's outputs you want.public String toString()
toString
in class Object
Object.toString()
public ListServicePipelineOutputsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()