@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceInstanceProvisionedResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServiceInstanceProvisionedResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListServiceInstanceProvisionedResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
String |
getServiceInstanceName()
The name of the service instance whose provisioned resources 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 provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
void |
setServiceInstanceName(String serviceInstanceName)
The name of the service instance whose provisioned resources 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.
|
ListServiceInstanceProvisionedResourcesRequest |
withNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after
the list of provisioned resources that was previously requested.
|
ListServiceInstanceProvisionedResourcesRequest |
withServiceInstanceName(String serviceInstanceName)
The name of the service instance whose provisioned resources you want.
|
ListServiceInstanceProvisionedResourcesRequest |
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 ListServiceInstanceProvisionedResourcesRequest()
public void setNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
nextToken
- A token that indicates the location of the next provisioned resource in the array of provisioned
resources, after the list of provisioned resources that was previously requested.public String getNextToken()
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
public ListServiceInstanceProvisionedResourcesRequest withNextToken(String nextToken)
A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
nextToken
- A token that indicates the location of the next provisioned resource in the array of provisioned
resources, after the list of provisioned resources that was previously requested.public void setServiceInstanceName(String serviceInstanceName)
The name of the service instance whose provisioned resources you want.
serviceInstanceName
- The name of the service instance whose provisioned resources you want.public String getServiceInstanceName()
The name of the service instance whose provisioned resources you want.
public ListServiceInstanceProvisionedResourcesRequest withServiceInstanceName(String serviceInstanceName)
The name of the service instance whose provisioned resources you want.
serviceInstanceName
- The name of the service instance whose provisioned resources 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 ListServiceInstanceProvisionedResourcesRequest 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 ListServiceInstanceProvisionedResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()