@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PsAttributes extends Object implements Serializable, Cloneable, StructuredPojo
The supported properties for a PS type data set.
| Constructor and Description | 
|---|
| PsAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| PsAttributes | clone() | 
| boolean | equals(Object obj) | 
| String | getEncoding()
 The character set encoding of the data set. | 
| String | getFormat()
 The format of the data set records. | 
| 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. | 
| String | toString()Returns a string representation of this object. | 
| PsAttributes | withEncoding(String encoding)
 The character set encoding of the data set. | 
| PsAttributes | withFormat(String format)
 The format of the data set records. | 
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 PsAttributes 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 PsAttributes withFormat(String format)
The format of the data set records.
format - The format of the data set records.public String toString()
toString in class ObjectObject.toString()public PsAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.