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