@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() |
boolean |
equals(Object obj) |
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 |
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 |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public ListServiceInstanceOutputsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.