public class RegisterOnPremisesInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
RegisterOnPremisesInstance operation.
Registers an on-premises instance.
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, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getInstanceName()
public void setInstanceName(String instanceName)
instanceName - The name of the on-premises instance to register.public RegisterOnPremisesInstanceRequest withInstanceName(String instanceName)
Returns a reference to this object so that method calls can be chained together.
instanceName - The name of the on-premises instance to register.public String getIamUserArn()
public void setIamUserArn(String iamUserArn)
iamUserArn - The ARN of the IAM user to associate with the on-premises instance.public RegisterOnPremisesInstanceRequest withIamUserArn(String iamUserArn)
Returns a reference to this object so that method calls can be chained together.
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.