@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterMarker extends Object implements Serializable, Cloneable, StructuredPojo
The cluster marker that is a part of the cluster marker configuration.
Constructor and Description |
---|
ClusterMarker() |
Modifier and Type | Method and Description |
---|---|
ClusterMarker |
clone() |
boolean |
equals(Object obj) |
SimpleClusterMarker |
getSimpleClusterMarker()
The simple cluster marker of the cluster marker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSimpleClusterMarker(SimpleClusterMarker simpleClusterMarker)
The simple cluster marker of the cluster marker.
|
String |
toString()
Returns a string representation of this object.
|
ClusterMarker |
withSimpleClusterMarker(SimpleClusterMarker simpleClusterMarker)
The simple cluster marker of the cluster marker.
|
public void setSimpleClusterMarker(SimpleClusterMarker simpleClusterMarker)
The simple cluster marker of the cluster marker.
simpleClusterMarker
- The simple cluster marker of the cluster marker.public SimpleClusterMarker getSimpleClusterMarker()
The simple cluster marker of the cluster marker.
public ClusterMarker withSimpleClusterMarker(SimpleClusterMarker simpleClusterMarker)
The simple cluster marker of the cluster marker.
simpleClusterMarker
- The simple cluster marker of the cluster marker.public String toString()
toString
in class Object
Object.toString()
public ClusterMarker clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.