@Generated(value="software.amazon.awssdk:codegen") public final class RegisterInstanceRequest extends OpsWorksRequest implements ToCopyableBuilder<RegisterInstanceRequest.Builder,RegisterInstanceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterInstanceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisterInstanceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostname()
The instance's hostname.
|
InstanceIdentity |
instanceIdentity()
An InstanceIdentity object that contains the instance's identity.
|
String |
privateIp()
The instance's private IP address.
|
String |
publicIp()
The instance's public IP address.
|
String |
rsaPublicKey()
The instances public RSA key.
|
String |
rsaPublicKeyFingerprint()
The instances public RSA key fingerprint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterInstanceRequest.Builder> |
serializableBuilderClass() |
String |
stackId()
The ID of the stack that the instance is to be registered with.
|
RegisterInstanceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stackId()
The ID of the stack that the instance is to be registered with.
public String hostname()
The instance's hostname.
public String publicIp()
The instance's public IP address.
public String privateIp()
The instance's private IP address.
public String rsaPublicKey()
The instances public RSA key. This key is used to encrypt communication between the instance and the service.
public String rsaPublicKeyFingerprint()
The instances public RSA key fingerprint.
public InstanceIdentity instanceIdentity()
An InstanceIdentity object that contains the instance's identity.
public RegisterInstanceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterInstanceRequest.Builder,RegisterInstanceRequest>toBuilder in class OpsWorksRequestpublic static RegisterInstanceRequest.Builder builder()
public static Class<? extends RegisterInstanceRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.