Class VcenterBasedRemoteInfo
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubstrategy.model.VcenterBasedRemoteInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>
@Generated("software.amazon.awssdk:codegen") public final class VcenterBasedRemoteInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>
Details about the server in vCenter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVcenterBasedRemoteInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VcenterBasedRemoteInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OSTypeosType()The type of the operating system.StringosTypeAsString()The type of the operating system.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VcenterBasedRemoteInfo.Builder>serializableBuilderClass()VcenterBasedRemoteInfo.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvcenterConfigurationTimeStamp()The time when the remote server based on vCenter was last configured.-
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
-
osType
public final OSType osType()
The type of the operating system.
If the service returns an enum value that is not available in the current SDK version,
osTypewill returnOSType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromosTypeAsString().- Returns:
- The type of the operating system.
- See Also:
OSType
-
osTypeAsString
public final String osTypeAsString()
The type of the operating system.
If the service returns an enum value that is not available in the current SDK version,
osTypewill returnOSType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromosTypeAsString().- Returns:
- The type of the operating system.
- See Also:
OSType
-
vcenterConfigurationTimeStamp
public final String vcenterConfigurationTimeStamp()
The time when the remote server based on vCenter was last configured.
- Returns:
- The time when the remote server based on vCenter was last configured.
-
toBuilder
public VcenterBasedRemoteInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VcenterBasedRemoteInfo.Builder,VcenterBasedRemoteInfo>
-
builder
public static VcenterBasedRemoteInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends VcenterBasedRemoteInfo.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-