@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 to indicate the location of the next output in the array of outputs, after the list of outputs that was
previously requested.
|
String |
getServiceInstanceName()
The service instance name.
|
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 |
setServiceInstanceName(String serviceInstanceName)
The service instance name.
|
void |
setServiceName(String serviceName)
The service name.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceInstanceOutputsRequest |
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.
|
ListServiceInstanceOutputsRequest |
withServiceInstanceName(String serviceInstanceName)
The service instance name.
|
ListServiceInstanceOutputsRequest |
withServiceName(String serviceName)
The service name.
|
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 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 ListServiceInstanceOutputsRequest 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 setServiceInstanceName(String serviceInstanceName)
The service instance name.
serviceInstanceName - The service instance name.public String getServiceInstanceName()
The service instance name.
public ListServiceInstanceOutputsRequest withServiceInstanceName(String serviceInstanceName)
The service instance name.
serviceInstanceName - The service instance name.public void setServiceName(String serviceName)
The service name.
serviceName - The service name.public String getServiceName()
The service name.
public ListServiceInstanceOutputsRequest withServiceName(String serviceName)
The service name.
serviceName - The service name.public String toString()
toString in class ObjectObject.toString()public ListServiceInstanceOutputsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.