@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectionBodyParameter extends Object implements Serializable, Cloneable, StructuredPojo
Additional parameter included in the body. You can include up to 100 additional body parameters per request. An event payload cannot exceed 64 KB.
Constructor and Description |
---|
ConnectionBodyParameter() |
Modifier and Type | Method and Description |
---|---|
ConnectionBodyParameter |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsValueSecret()
Specified whether the value is secret.
|
String |
getKey()
The key for the parameter.
|
String |
getValue()
The value associated with the key.
|
int |
hashCode() |
Boolean |
isValueSecret()
Specified whether the value is secret.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIsValueSecret(Boolean isValueSecret)
Specified whether the value is secret.
|
void |
setKey(String key)
The key for the parameter.
|
void |
setValue(String value)
The value associated with the key.
|
String |
toString()
Returns a string representation of this object.
|
ConnectionBodyParameter |
withIsValueSecret(Boolean isValueSecret)
Specified whether the value is secret.
|
ConnectionBodyParameter |
withKey(String key)
The key for the parameter.
|
ConnectionBodyParameter |
withValue(String value)
The value associated with the key.
|
public void setKey(String key)
The key for the parameter.
key
- The key for the parameter.public String getKey()
The key for the parameter.
public ConnectionBodyParameter withKey(String key)
The key for the parameter.
key
- The key for the parameter.public void setValue(String value)
The value associated with the key.
value
- The value associated with the key.public String getValue()
The value associated with the key.
public ConnectionBodyParameter withValue(String value)
The value associated with the key.
value
- The value associated with the key.public void setIsValueSecret(Boolean isValueSecret)
Specified whether the value is secret.
isValueSecret
- Specified whether the value is secret.public Boolean getIsValueSecret()
Specified whether the value is secret.
public ConnectionBodyParameter withIsValueSecret(Boolean isValueSecret)
Specified whether the value is secret.
isValueSecret
- Specified whether the value is secret.public Boolean isValueSecret()
Specified whether the value is secret.
public String toString()
toString
in class Object
Object.toString()
public ConnectionBodyParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.