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