Class DatasetDetailOrgAttributes
- java.lang.Object
-
- software.amazon.awssdk.services.m2.model.DatasetDetailOrgAttributes
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatasetDetailOrgAttributes.Builder,DatasetDetailOrgAttributes>
@Generated("software.amazon.awssdk:codegen") public final class DatasetDetailOrgAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetDetailOrgAttributes.Builder,DatasetDetailOrgAttributes>
Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatasetDetailOrgAttributes.Builderstatic classDatasetDetailOrgAttributes.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatasetDetailOrgAttributes.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static DatasetDetailOrgAttributesfromGdg(Consumer<GdgDetailAttributes.Builder> gdg)Create an instance of this class withgdg()initialized to the given value.static DatasetDetailOrgAttributesfromGdg(GdgDetailAttributes gdg)Create an instance of this class withgdg()initialized to the given value.static DatasetDetailOrgAttributesfromPo(Consumer<PoDetailAttributes.Builder> po)Create an instance of this class withpo()initialized to the given value.static DatasetDetailOrgAttributesfromPo(PoDetailAttributes po)Create an instance of this class withpo()initialized to the given value.static DatasetDetailOrgAttributesfromPs(Consumer<PsDetailAttributes.Builder> ps)Create an instance of this class withps()initialized to the given value.static DatasetDetailOrgAttributesfromPs(PsDetailAttributes ps)Create an instance of this class withps()initialized to the given value.static DatasetDetailOrgAttributesfromVsam(Consumer<VsamDetailAttributes.Builder> vsam)Create an instance of this class withvsam()initialized to the given value.static DatasetDetailOrgAttributesfromVsam(VsamDetailAttributes vsam)Create an instance of this class withvsam()initialized to the given value.GdgDetailAttributesgdg()The generation data group of the data set.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PoDetailAttributespo()The details of a PO type data set.PsDetailAttributesps()The details of a PS type data set.List<SdkField<?>>sdkFields()static Class<? extends DatasetDetailOrgAttributes.Builder>serializableBuilderClass()DatasetDetailOrgAttributes.BuildertoBuilder()StringtoString()Returns a string representation of this object.DatasetDetailOrgAttributes.Typetype()Retrieve an enum value representing which member of this object is populated.VsamDetailAttributesvsam()The details of a VSAM data set.-
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
-
gdg
public final GdgDetailAttributes gdg()
The generation data group of the data set.
- Returns:
- The generation data group of the data set.
-
po
public final PoDetailAttributes po()
The details of a PO type data set.
- Returns:
- The details of a PO type data set.
-
ps
public final PsDetailAttributes ps()
The details of a PS type data set.
- Returns:
- The details of a PS type data set.
-
vsam
public final VsamDetailAttributes vsam()
The details of a VSAM data set.
- Returns:
- The details of a VSAM data set.
-
toBuilder
public DatasetDetailOrgAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatasetDetailOrgAttributes.Builder,DatasetDetailOrgAttributes>
-
builder
public static DatasetDetailOrgAttributes.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatasetDetailOrgAttributes.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.
-
fromGdg
public static DatasetDetailOrgAttributes fromGdg(GdgDetailAttributes gdg)
Create an instance of this class withgdg()initialized to the given value.The generation data group of the data set.
- Parameters:
gdg- The generation data group of the data set.
-
fromGdg
public static DatasetDetailOrgAttributes fromGdg(Consumer<GdgDetailAttributes.Builder> gdg)
Create an instance of this class withgdg()initialized to the given value.The generation data group of the data set.
- Parameters:
gdg- The generation data group of the data set.
-
fromPo
public static DatasetDetailOrgAttributes fromPo(PoDetailAttributes po)
Create an instance of this class withpo()initialized to the given value.The details of a PO type data set.
- Parameters:
po- The details of a PO type data set.
-
fromPo
public static DatasetDetailOrgAttributes fromPo(Consumer<PoDetailAttributes.Builder> po)
Create an instance of this class withpo()initialized to the given value.The details of a PO type data set.
- Parameters:
po- The details of a PO type data set.
-
fromPs
public static DatasetDetailOrgAttributes fromPs(PsDetailAttributes ps)
Create an instance of this class withps()initialized to the given value.The details of a PS type data set.
- Parameters:
ps- The details of a PS type data set.
-
fromPs
public static DatasetDetailOrgAttributes fromPs(Consumer<PsDetailAttributes.Builder> ps)
Create an instance of this class withps()initialized to the given value.The details of a PS type data set.
- Parameters:
ps- The details of a PS type data set.
-
fromVsam
public static DatasetDetailOrgAttributes fromVsam(VsamDetailAttributes vsam)
Create an instance of this class withvsam()initialized to the given value.The details of a VSAM data set.
- Parameters:
vsam- The details of a VSAM data set.
-
fromVsam
public static DatasetDetailOrgAttributes fromVsam(Consumer<VsamDetailAttributes.Builder> vsam)
Create an instance of this class withvsam()initialized to the given value.The details of a VSAM data set.
- Parameters:
vsam- The details of a VSAM data set.
-
type
public DatasetDetailOrgAttributes.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beDatasetDetailOrgAttributes.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beDatasetDetailOrgAttributes.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-