@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceInstanceOutputsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServiceInstanceOutputsRequest() |
Modifier and Type | Method and Description |
---|---|
ListServiceInstanceOutputsRequest |
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 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.
|
String |
getServiceInstanceName()
The name of the service instance whose outputs you want.
|
String |
getServiceName()
The name of the service that
serviceInstanceName is associated to. |
int |
hashCode() |
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.
|
void |
setServiceInstanceName(String serviceInstanceName)
The name of the service instance whose outputs you want.
|
void |
setServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated to. |
String |
toString()
Returns a string representation of this object.
|
ListServiceInstanceOutputsRequest |
withDeploymentId(String deploymentId)
The ID of the deployment whose outputs you want.
|
ListServiceInstanceOutputsRequest |
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.
|
ListServiceInstanceOutputsRequest |
withServiceInstanceName(String serviceInstanceName)
The name of the service instance whose outputs you want.
|
ListServiceInstanceOutputsRequest |
withServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated to. |
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 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 ListServiceInstanceOutputsRequest 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 ListServiceInstanceOutputsRequest 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 setServiceInstanceName(String serviceInstanceName)
The name of the service instance whose outputs you want.
serviceInstanceName
- The name of the service instance whose outputs you want.public String getServiceInstanceName()
The name of the service instance whose outputs you want.
public ListServiceInstanceOutputsRequest withServiceInstanceName(String serviceInstanceName)
The name of the service instance whose outputs you want.
serviceInstanceName
- The name of the service instance whose outputs you want.public void setServiceName(String serviceName)
The name of the service that serviceInstanceName
is associated to.
serviceName
- The name of the service that serviceInstanceName
is associated to.public String getServiceName()
The name of the service that serviceInstanceName
is associated to.
serviceInstanceName
is associated to.public ListServiceInstanceOutputsRequest withServiceName(String serviceName)
The name of the service that serviceInstanceName
is associated to.
serviceName
- The name of the service that serviceInstanceName
is associated to.public String toString()
toString
in class Object
Object.toString()
public ListServiceInstanceOutputsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()