@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElbLoadBalancerAdditionalAttribute extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about additional attributes for the load balancer.
Constructor and Description |
---|
AwsElbLoadBalancerAdditionalAttribute() |
Modifier and Type | Method and Description |
---|---|
AwsElbLoadBalancerAdditionalAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The name of the attribute.
|
String |
getValue()
The value of the attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The name of the attribute.
|
void |
setValue(String value)
The value of the attribute.
|
String |
toString()
Returns a string representation of this object.
|
AwsElbLoadBalancerAdditionalAttribute |
withKey(String key)
The name of the attribute.
|
AwsElbLoadBalancerAdditionalAttribute |
withValue(String value)
The value of the attribute.
|
public AwsElbLoadBalancerAdditionalAttribute()
public void setKey(String key)
The name of the attribute.
key
- The name of the attribute.public String getKey()
The name of the attribute.
public AwsElbLoadBalancerAdditionalAttribute withKey(String key)
The name of the attribute.
key
- The name of the attribute.public void setValue(String value)
The value of the attribute.
value
- The value of the attribute.public String getValue()
The value of the attribute.
public AwsElbLoadBalancerAdditionalAttribute withValue(String value)
The value of the attribute.
value
- The value of the attribute.public String toString()
toString
in class Object
Object.toString()
public AwsElbLoadBalancerAdditionalAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.