Class RegisterInstanceRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The instance's hostname.An InstanceIdentity object that contains the instance's identity.The instance's private IP address.The instance's public IP address.The instances public RSA key.The instances public RSA key fingerprint.The ID of the stack that the instance is to be registered with.int
hashCode()
void
setHostname
(String hostname) The instance's hostname.void
setInstanceIdentity
(InstanceIdentity instanceIdentity) An InstanceIdentity object that contains the instance's identity.void
setPrivateIp
(String privateIp) The instance's private IP address.void
setPublicIp
(String publicIp) The instance's public IP address.void
setRsaPublicKey
(String rsaPublicKey) The instances public RSA key.void
setRsaPublicKeyFingerprint
(String rsaPublicKeyFingerprint) The instances public RSA key fingerprint.void
setStackId
(String stackId) The ID of the stack that the instance is to be registered with.toString()
Returns a string representation of this object; useful for testing and debugging.withHostname
(String hostname) The instance's hostname.withInstanceIdentity
(InstanceIdentity instanceIdentity) An InstanceIdentity object that contains the instance's identity.withPrivateIp
(String privateIp) The instance's private IP address.withPublicIp
(String publicIp) The instance's public IP address.withRsaPublicKey
(String rsaPublicKey) The instances public RSA key.withRsaPublicKeyFingerprint
(String rsaPublicKeyFingerprint) The instances public RSA key fingerprint.withStackId
(String stackId) The ID of the stack that the instance is to be registered with.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
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
-
Constructor Details
-
RegisterInstanceRequest
public RegisterInstanceRequest()
-
-
Method Details
-
setStackId
The ID of the stack that the instance is to be registered with.
- Parameters:
stackId
- The ID of the stack that the instance is to be registered with.
-
getStackId
The ID of the stack that the instance is to be registered with.
- Returns:
- The ID of the stack that the instance is to be registered with.
-
withStackId
The ID of the stack that the instance is to be registered with.
- Parameters:
stackId
- The ID of the stack that the instance is to be registered with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHostname
The instance's hostname.
- Parameters:
hostname
- The instance's hostname.
-
getHostname
The instance's hostname.
- Returns:
- The instance's hostname.
-
withHostname
The instance's hostname.
- Parameters:
hostname
- The instance's hostname.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPublicIp
The instance's public IP address.
- Parameters:
publicIp
- The instance's public IP address.
-
getPublicIp
The instance's public IP address.
- Returns:
- The instance's public IP address.
-
withPublicIp
The instance's public IP address.
- Parameters:
publicIp
- The instance's public IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPrivateIp
The instance's private IP address.
- Parameters:
privateIp
- The instance's private IP address.
-
getPrivateIp
The instance's private IP address.
- Returns:
- The instance's private IP address.
-
withPrivateIp
The instance's private IP address.
- Parameters:
privateIp
- The instance's private IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRsaPublicKey
The instances public RSA key. This key is used to encrypt communication between the instance and the service.
- Parameters:
rsaPublicKey
- The instances public RSA key. This key is used to encrypt communication between the instance and the service.
-
getRsaPublicKey
The instances public RSA key. This key is used to encrypt communication between the instance and the service.
- Returns:
- The instances public RSA key. This key is used to encrypt communication between the instance and the service.
-
withRsaPublicKey
The instances public RSA key. This key is used to encrypt communication between the instance and the service.
- Parameters:
rsaPublicKey
- The instances public RSA key. This key is used to encrypt communication between the instance and the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRsaPublicKeyFingerprint
The instances public RSA key fingerprint.
- Parameters:
rsaPublicKeyFingerprint
- The instances public RSA key fingerprint.
-
getRsaPublicKeyFingerprint
The instances public RSA key fingerprint.
- Returns:
- The instances public RSA key fingerprint.
-
withRsaPublicKeyFingerprint
The instances public RSA key fingerprint.
- Parameters:
rsaPublicKeyFingerprint
- The instances public RSA key fingerprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInstanceIdentity
An InstanceIdentity object that contains the instance's identity.
- Parameters:
instanceIdentity
- An InstanceIdentity object that contains the instance's identity.
-
getInstanceIdentity
An InstanceIdentity object that contains the instance's identity.
- Returns:
- An InstanceIdentity object that contains the instance's identity.
-
withInstanceIdentity
An InstanceIdentity object that contains the instance's identity.
- Parameters:
instanceIdentity
- An InstanceIdentity object that contains the instance's identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-