@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PoAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The supported properties for a PO type data set.
| Constructor and Description | 
|---|
| PoAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| PoAttributes | clone() | 
| boolean | equals(Object obj) | 
| String | getEncoding()
 The character set encoding of the data set. | 
| String | getFormat()
 The format of the data set records. | 
| List<String> | getMemberFileExtensions()
 An array containing one or more filename extensions, allowing you to specify which files to be included as PDS
 member. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setEncoding(String encoding)
 The character set encoding of the data set. | 
| void | setFormat(String format)
 The format of the data set records. | 
| void | setMemberFileExtensions(Collection<String> memberFileExtensions)
 An array containing one or more filename extensions, allowing you to specify which files to be included as PDS
 member. | 
| String | toString()Returns a string representation of this object. | 
| PoAttributes | withEncoding(String encoding)
 The character set encoding of the data set. | 
| PoAttributes | withFormat(String format)
 The format of the data set records. | 
| PoAttributes | withMemberFileExtensions(Collection<String> memberFileExtensions)
 An array containing one or more filename extensions, allowing you to specify which files to be included as PDS
 member. | 
| PoAttributes | withMemberFileExtensions(String... memberFileExtensions)
 An array containing one or more filename extensions, allowing you to specify which files to be included as PDS
 member. | 
public void setEncoding(String encoding)
The character set encoding of the data set.
encoding - The character set encoding of the data set.public String getEncoding()
The character set encoding of the data set.
public PoAttributes withEncoding(String encoding)
The character set encoding of the data set.
encoding - The character set encoding of the data set.public void setFormat(String format)
The format of the data set records.
format - The format of the data set records.public String getFormat()
The format of the data set records.
public PoAttributes withFormat(String format)
The format of the data set records.
format - The format of the data set records.public List<String> getMemberFileExtensions()
An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
public void setMemberFileExtensions(Collection<String> memberFileExtensions)
An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
memberFileExtensions - An array containing one or more filename extensions, allowing you to specify which files to be included as
        PDS member.public PoAttributes withMemberFileExtensions(String... memberFileExtensions)
An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
 NOTE: This method appends the values to the existing list (if any). Use
 setMemberFileExtensions(java.util.Collection) or withMemberFileExtensions(java.util.Collection)
 if you want to override the existing values.
 
memberFileExtensions - An array containing one or more filename extensions, allowing you to specify which files to be included as
        PDS member.public PoAttributes withMemberFileExtensions(Collection<String> memberFileExtensions)
An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
memberFileExtensions - An array containing one or more filename extensions, allowing you to specify which files to be included as
        PDS member.public String toString()
toString in class ObjectObject.toString()public PoAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.