@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterOnPremisesInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of the register on-premises instance operation.
NOOP| Constructor and Description | 
|---|
| RegisterOnPremisesInstanceRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| RegisterOnPremisesInstanceRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getIamSessionArn()
 The ARN of the IAM session to associate with the on-premises instance. | 
| String | getIamUserArn()
 The ARN of the IAM user to associate with the on-premises instance. | 
| String | getInstanceName()
 The name of the on-premises instance to register. | 
| int | hashCode() | 
| void | setIamSessionArn(String iamSessionArn)
 The ARN of the IAM session to associate with the on-premises instance. | 
| void | setIamUserArn(String iamUserArn)
 The ARN of the IAM user to associate with the on-premises instance. | 
| void | setInstanceName(String instanceName)
 The name of the on-premises instance to register. | 
| String | toString()Returns a string representation of this object. | 
| RegisterOnPremisesInstanceRequest | withIamSessionArn(String iamSessionArn)
 The ARN of the IAM session to associate with the on-premises instance. | 
| RegisterOnPremisesInstanceRequest | withIamUserArn(String iamUserArn)
 The ARN of the IAM user to associate with the on-premises instance. | 
| RegisterOnPremisesInstanceRequest | withInstanceName(String instanceName)
 The name of the on-premises instance to register. | 
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 setInstanceName(String instanceName)
The name of the on-premises instance to register.
instanceName - The name of the on-premises instance to register.public String getInstanceName()
The name of the on-premises instance to register.
public RegisterOnPremisesInstanceRequest withInstanceName(String instanceName)
The name of the on-premises instance to register.
instanceName - The name of the on-premises instance to register.public void setIamSessionArn(String iamSessionArn)
The ARN of the IAM session to associate with the on-premises instance.
iamSessionArn - The ARN of the IAM session to associate with the on-premises instance.public String getIamSessionArn()
The ARN of the IAM session to associate with the on-premises instance.
public RegisterOnPremisesInstanceRequest withIamSessionArn(String iamSessionArn)
The ARN of the IAM session to associate with the on-premises instance.
iamSessionArn - The ARN of the IAM session to associate with the on-premises instance.public void setIamUserArn(String iamUserArn)
The ARN of the IAM user to associate with the on-premises instance.
iamUserArn - The ARN of the IAM user to associate with the on-premises instance.public String getIamUserArn()
The ARN of the IAM user to associate with the on-premises instance.
public RegisterOnPremisesInstanceRequest withIamUserArn(String iamUserArn)
The ARN of the IAM user to associate with the on-premises instance.
iamUserArn - The ARN of the IAM user to associate with the on-premises instance.public String toString()
toString in class ObjectObject.toString()public RegisterOnPremisesInstanceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.