@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SyncBlockerContext extends Object implements Serializable, Cloneable, StructuredPojo
Detailed data of the context of the sync blocker.
Constructor and Description |
---|
SyncBlockerContext() |
Modifier and Type | Method and Description |
---|---|
SyncBlockerContext |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The key for the sync blocker context.
|
String |
getValue()
The value of the sync blocker context.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The key for the sync blocker context.
|
void |
setValue(String value)
The value of the sync blocker context.
|
String |
toString()
Returns a string representation of this object.
|
SyncBlockerContext |
withKey(String key)
The key for the sync blocker context.
|
SyncBlockerContext |
withValue(String value)
The value of the sync blocker context.
|
public void setKey(String key)
The key for the sync blocker context.
key
- The key for the sync blocker context.public String getKey()
The key for the sync blocker context.
public SyncBlockerContext withKey(String key)
The key for the sync blocker context.
key
- The key for the sync blocker context.public void setValue(String value)
The value of the sync blocker context.
value
- The value of the sync blocker context.public String getValue()
The value of the sync blocker context.
public SyncBlockerContext withValue(String value)
The value of the sync blocker context.
value
- The value of the sync blocker context.public String toString()
toString
in class Object
Object.toString()
public SyncBlockerContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.