public class RegisterOnPremisesInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of register on-premises instance operation.
NOOP| Constructor and Description |
|---|
RegisterOnPremisesInstanceRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterOnPremisesInstanceRequest |
clone() |
boolean |
equals(Object obj) |
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 |
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; useful for testing and
debugging.
|
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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 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 © 2015. All rights reserved.