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