@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdditionalAttribute extends Object implements Serializable, Cloneable
Information about additional load balancer attributes.
Constructor and Description |
---|
AdditionalAttribute() |
Modifier and Type | Method and Description |
---|---|
AdditionalAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The name of the attribute.
|
String |
getValue()
This value of the attribute.
|
int |
hashCode() |
void |
setKey(String key)
The name of the attribute.
|
void |
setValue(String value)
This value of the attribute.
|
String |
toString()
Returns a string representation of this object.
|
AdditionalAttribute |
withKey(String key)
The name of the attribute.
|
AdditionalAttribute |
withValue(String value)
This value of the attribute.
|
public void setKey(String key)
The name of the attribute.
The following attribute is supported.
elb.http.desyncmitigationmode
- Determines how the load balancer handles requests that might pose a
security risk to your application. The possible values are monitor
, defensive
, and
strictest
. The default is defensive
.
key
- The name of the attribute.
The following attribute is supported.
elb.http.desyncmitigationmode
- Determines how the load balancer handles requests that might
pose a security risk to your application. The possible values are monitor
,
defensive
, and strictest
. The default is defensive
.
public String getKey()
The name of the attribute.
The following attribute is supported.
elb.http.desyncmitigationmode
- Determines how the load balancer handles requests that might pose a
security risk to your application. The possible values are monitor
, defensive
, and
strictest
. The default is defensive
.
The following attribute is supported.
elb.http.desyncmitigationmode
- Determines how the load balancer handles requests that might
pose a security risk to your application. The possible values are monitor
,
defensive
, and strictest
. The default is defensive
.
public AdditionalAttribute withKey(String key)
The name of the attribute.
The following attribute is supported.
elb.http.desyncmitigationmode
- Determines how the load balancer handles requests that might pose a
security risk to your application. The possible values are monitor
, defensive
, and
strictest
. The default is defensive
.
key
- The name of the attribute.
The following attribute is supported.
elb.http.desyncmitigationmode
- Determines how the load balancer handles requests that might
pose a security risk to your application. The possible values are monitor
,
defensive
, and strictest
. The default is defensive
.
public void setValue(String value)
This value of the attribute.
value
- This value of the attribute.public String getValue()
This value of the attribute.
public AdditionalAttribute withValue(String value)
This value of the attribute.
value
- This value of the attribute.public String toString()
toString
in class Object
Object.toString()
public AdditionalAttribute clone()