@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentOutputsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListComponentOutputsRequest() |
Modifier and Type | Method and Description |
---|---|
ListComponentOutputsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComponentName()
The name of the component whose outputs you want.
|
String |
getDeploymentId()
The ID of the deployment whose outputs you want.
|
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.
|
int |
hashCode() |
void |
setComponentName(String componentName)
The name of the component whose outputs you want.
|
void |
setDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentOutputsRequest |
withComponentName(String componentName)
The name of the component whose outputs you want.
|
ListComponentOutputsRequest |
withDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListComponentOutputsRequest |
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.
|
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 setComponentName(String componentName)
The name of the component whose outputs you want.
componentName
- The name of the component whose outputs you want.public String getComponentName()
The name of the component whose outputs you want.
public ListComponentOutputsRequest withComponentName(String componentName)
The name of the component whose outputs you want.
componentName
- The name of the component whose outputs you want.public void setDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
deploymentId
- The ID of the deployment whose outputs you want.public String getDeploymentId()
The ID of the deployment whose outputs you want.
public ListComponentOutputsRequest withDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
deploymentId
- The ID of the deployment whose outputs you want.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 ListComponentOutputsRequest 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 String toString()
toString
in class Object
Object.toString()
public ListComponentOutputsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()