@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAppInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAppInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAppInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
The
ClientRequestToken of the app instance. |
String |
getMetadata()
The metadata of the app instance.
|
String |
getName()
The name of the app instance.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
The
ClientRequestToken of the app instance. |
void |
setMetadata(String metadata)
The metadata of the app instance.
|
void |
setName(String name)
The name of the app instance.
|
String |
toString()
Returns a string representation of this object.
|
CreateAppInstanceRequest |
withClientRequestToken(String clientRequestToken)
The
ClientRequestToken of the app instance. |
CreateAppInstanceRequest |
withMetadata(String metadata)
The metadata of the app instance.
|
CreateAppInstanceRequest |
withName(String name)
The name of the app instance.
|
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 setName(String name)
The name of the app instance.
name
- The name of the app instance.public String getName()
The name of the app instance.
public CreateAppInstanceRequest withName(String name)
The name of the app instance.
name
- The name of the app instance.public void setMetadata(String metadata)
The metadata of the app instance. Limited to a 1KB string in UTF-8.
metadata
- The metadata of the app instance. Limited to a 1KB string in UTF-8.public String getMetadata()
The metadata of the app instance. Limited to a 1KB string in UTF-8.
public CreateAppInstanceRequest withMetadata(String metadata)
The metadata of the app instance. Limited to a 1KB string in UTF-8.
metadata
- The metadata of the app instance. Limited to a 1KB string in UTF-8.public void setClientRequestToken(String clientRequestToken)
The ClientRequestToken
of the app instance.
clientRequestToken
- The ClientRequestToken
of the app instance.public String getClientRequestToken()
The ClientRequestToken
of the app instance.
ClientRequestToken
of the app instance.public CreateAppInstanceRequest withClientRequestToken(String clientRequestToken)
The ClientRequestToken
of the app instance.
clientRequestToken
- The ClientRequestToken
of the app instance.public String toString()
toString
in class Object
Object.toString()
public CreateAppInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()