@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Partition extends Object implements Serializable, Cloneable, StructuredPojo
A single partition.
| Constructor and Description |
|---|
Partition() |
| Modifier and Type | Method and Description |
|---|---|
Partition |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The attribute name of the partition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttributeName(String attributeName)
The attribute name of the partition.
|
String |
toString()
Returns a string representation of this object.
|
Partition |
withAttributeName(String attributeName)
The attribute name of the partition.
|
public void setAttributeName(String attributeName)
The attribute name of the partition.
attributeName - The attribute name of the partition.public String getAttributeName()
The attribute name of the partition.
public Partition withAttributeName(String attributeName)
The attribute name of the partition.
attributeName - The attribute name of the partition.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.