@Generated(value="software.amazon.awssdk:codegen") public final class Host extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Host.Builder,Host>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Host.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Host.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostIp()
|
String |
hostName()
|
HostRole |
hostRole()
|
String |
hostRoleAsString()
|
String |
instanceId()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Host.Builder> |
serializableBuilderClass() |
Host.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hostName()
public final HostRole hostRole()
If the service returns an enum value that is not available in the current SDK version, hostRole will
return HostRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hostRoleAsString().
HostRolepublic final String hostRoleAsString()
If the service returns an enum value that is not available in the current SDK version, hostRole will
return HostRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
hostRoleAsString().
HostRolepublic final String hostIp()
public final String instanceId()
public Host.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Host.Builder,Host>public static Host.Builder builder()
public static Class<? extends Host.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.