@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAppInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAppInstanceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAppInstanceArn()
The ARN of the
AppInstance . |
String |
getMetadata()
The metadata that you want to change.
|
String |
getName()
The name that you want to change.
|
int |
hashCode() |
void |
setAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance . |
void |
setMetadata(String metadata)
The metadata that you want to change.
|
void |
setName(String name)
The name that you want to change.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAppInstanceRequest |
withAppInstanceArn(String appInstanceArn)
The ARN of the
AppInstance . |
UpdateAppInstanceRequest |
withMetadata(String metadata)
The metadata that you want to change.
|
UpdateAppInstanceRequest |
withName(String name)
The name that you want to change.
|
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, withSdkRequestTimeout
public void setAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
.
appInstanceArn
- The ARN of the AppInstance
.public String getAppInstanceArn()
The ARN of the AppInstance
.
AppInstance
.public UpdateAppInstanceRequest withAppInstanceArn(String appInstanceArn)
The ARN of the AppInstance
.
appInstanceArn
- The ARN of the AppInstance
.public void setName(String name)
The name that you want to change.
name
- The name that you want to change.public String getName()
The name that you want to change.
public UpdateAppInstanceRequest withName(String name)
The name that you want to change.
name
- The name that you want to change.public void setMetadata(String metadata)
The metadata that you want to change.
metadata
- The metadata that you want to change.public String getMetadata()
The metadata that you want to change.
public UpdateAppInstanceRequest withMetadata(String metadata)
The metadata that you want to change.
metadata
- The metadata that you want to change.public String toString()
toString
in class Object
Object.toString()
public UpdateAppInstanceRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.