@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteInstanceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceArn()
The ARN of the instance of IAM Identity Center under which the operation will run.
|
int |
hashCode() |
void |
setInstanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run.
|
String |
toString()
Returns a string representation of this object.
|
DeleteInstanceRequest |
withInstanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run.
|
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 setInstanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run.
instanceArn
- The ARN of the instance of IAM Identity Center under which the operation will run.public String getInstanceArn()
The ARN of the instance of IAM Identity Center under which the operation will run.
public DeleteInstanceRequest withInstanceArn(String instanceArn)
The ARN of the instance of IAM Identity Center under which the operation will run.
instanceArn
- The ARN of the instance of IAM Identity Center under which the operation will run.public String toString()
toString
in class Object
Object.toString()
public DeleteInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()