Class HostPropertiesResponse
- java.lang.Object
-
- software.amazon.awssdk.services.deadline.model.HostPropertiesResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HostPropertiesResponse.Builder,HostPropertiesResponse>
@Generated("software.amazon.awssdk:codegen") public final class HostPropertiesResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HostPropertiesResponse.Builder,HostPropertiesResponse>
The host property details.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHostPropertiesResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostPropertiesResponse.Builderbuilder()Stringec2InstanceArn()The ARN of the host EC2 instance.Stringec2InstanceType()The instance type of the host EC2 instance.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostName()The host name.IpAddressesipAddresses()The IP address of the host.List<SdkField<?>>sdkFields()static Class<? extends HostPropertiesResponse.Builder>serializableBuilderClass()HostPropertiesResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ec2InstanceArn
public final String ec2InstanceArn()
The ARN of the host EC2 instance.
- Returns:
- The ARN of the host EC2 instance.
-
ec2InstanceType
public final String ec2InstanceType()
The instance type of the host EC2 instance.
- Returns:
- The instance type of the host EC2 instance.
-
hostName
public final String hostName()
The host name.
- Returns:
- The host name.
-
ipAddresses
public final IpAddresses ipAddresses()
The IP address of the host.
- Returns:
- The IP address of the host.
-
toBuilder
public HostPropertiesResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HostPropertiesResponse.Builder,HostPropertiesResponse>
-
builder
public static HostPropertiesResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends HostPropertiesResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-