Class HyperPodPropertiesOutput
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.HyperPodPropertiesOutput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HyperPodPropertiesOutput.Builder,HyperPodPropertiesOutput>
@Generated("software.amazon.awssdk:codegen") public final class HyperPodPropertiesOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HyperPodPropertiesOutput.Builder,HyperPodPropertiesOutput>
The hyper pod properties of a Amazon Web Services Glue properties patch.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHyperPodPropertiesOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HyperPodPropertiesOutput.Builderbuilder()StringclusterArn()The cluster ARN of the hyper pod properties.StringclusterName()The cluster name the hyper pod properties.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HyperPodOrchestratororchestrator()The orchestrator of the hyper pod properties.StringorchestratorAsString()The orchestrator of the hyper pod properties.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HyperPodPropertiesOutput.Builder>serializableBuilderClass()HyperPodPropertiesOutput.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
-
clusterArn
public final String clusterArn()
The cluster ARN of the hyper pod properties.
- Returns:
- The cluster ARN of the hyper pod properties.
-
clusterName
public final String clusterName()
The cluster name the hyper pod properties.
- Returns:
- The cluster name the hyper pod properties.
-
orchestrator
public final HyperPodOrchestrator orchestrator()
The orchestrator of the hyper pod properties.
If the service returns an enum value that is not available in the current SDK version,
orchestratorwill returnHyperPodOrchestrator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorchestratorAsString().- Returns:
- The orchestrator of the hyper pod properties.
- See Also:
HyperPodOrchestrator
-
orchestratorAsString
public final String orchestratorAsString()
The orchestrator of the hyper pod properties.
If the service returns an enum value that is not available in the current SDK version,
orchestratorwill returnHyperPodOrchestrator.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromorchestratorAsString().- Returns:
- The orchestrator of the hyper pod properties.
- See Also:
HyperPodOrchestrator
-
toBuilder
public HyperPodPropertiesOutput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HyperPodPropertiesOutput.Builder,HyperPodPropertiesOutput>
-
builder
public static HyperPodPropertiesOutput.Builder builder()
-
serializableBuilderClass
public static Class<? extends HyperPodPropertiesOutput.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
-
-