@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
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, 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 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 Object
Object.toString()
public RegisterOnPremisesInstanceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.