public class RegisterOnPremisesInstanceRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of the register on-premises instance operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
iamUserArn
The ARN of the IAM user to associate with the on-premises instance.
|
private java.lang.String |
instanceName
The name of the on-premises instance to register.
|
NOOP
Constructor and Description |
---|
RegisterOnPremisesInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
RegisterOnPremisesInstanceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIamUserArn()
The ARN of the IAM user to associate with the on-premises instance.
|
java.lang.String |
getInstanceName()
The name of the on-premises instance to register.
|
int |
hashCode() |
void |
setIamUserArn(java.lang.String iamUserArn)
The ARN of the IAM user to associate with the on-premises instance.
|
void |
setInstanceName(java.lang.String instanceName)
The name of the on-premises instance to register.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RegisterOnPremisesInstanceRequest |
withIamUserArn(java.lang.String iamUserArn)
The ARN of the IAM user to associate with the on-premises instance.
|
RegisterOnPremisesInstanceRequest |
withInstanceName(java.lang.String instanceName)
The name of the on-premises instance to register.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String instanceName
The name of the on-premises instance to register.
private java.lang.String iamUserArn
The ARN of the IAM user to associate with the on-premises instance.
public void setInstanceName(java.lang.String instanceName)
The name of the on-premises instance to register.
instanceName
- The name of the on-premises instance to register.public java.lang.String getInstanceName()
The name of the on-premises instance to register.
public RegisterOnPremisesInstanceRequest withInstanceName(java.lang.String instanceName)
The name of the on-premises instance to register.
instanceName
- The name of the on-premises instance to register.public void setIamUserArn(java.lang.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 java.lang.String getIamUserArn()
The ARN of the IAM user to associate with the on-premises instance.
public RegisterOnPremisesInstanceRequest withIamUserArn(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RegisterOnPremisesInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()