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