Class IdentificationHints
- java.lang.Object
-
- software.amazon.awssdk.services.mgn.model.IdentificationHints
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdentificationHints.Builder,IdentificationHints>
@Generated("software.amazon.awssdk:codegen") public final class IdentificationHints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdentificationHints.Builder,IdentificationHints>
Identification hints.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdentificationHints.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsInstanceID()AWS Instance ID identification hint.static IdentificationHints.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringfqdn()FQDN address identification hint.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringhostname()Hostname identification hint.List<SdkField<?>>sdkFields()static Class<? extends IdentificationHints.Builder>serializableBuilderClass()IdentificationHints.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvmPath()vCenter VM path identification hint.StringvmWareUuid()vmWare UUID identification hint.-
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
-
awsInstanceID
public final String awsInstanceID()
AWS Instance ID identification hint.
- Returns:
- AWS Instance ID identification hint.
-
fqdn
public final String fqdn()
FQDN address identification hint.
- Returns:
- FQDN address identification hint.
-
hostname
public final String hostname()
Hostname identification hint.
- Returns:
- Hostname identification hint.
-
vmPath
public final String vmPath()
vCenter VM path identification hint.
- Returns:
- vCenter VM path identification hint.
-
vmWareUuid
public final String vmWareUuid()
vmWare UUID identification hint.
- Returns:
- vmWare UUID identification hint.
-
toBuilder
public IdentificationHints.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdentificationHints.Builder,IdentificationHints>
-
builder
public static IdentificationHints.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdentificationHints.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.
-
-