Class AdditionalAttribute
- java.lang.Object
-
- com.amazonaws.services.elasticloadbalancing.model.AdditionalAttribute
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class AdditionalAttribute extends Object implements Serializable, Cloneable
This data type is reserved.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdditionalAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdditionalAttribute
clone()
boolean
equals(Object obj)
String
getKey()
This parameter is reserved.String
getValue()
This parameter is reserved.int
hashCode()
void
setKey(String key)
This parameter is reserved.void
setValue(String value)
This parameter is reserved.String
toString()
Returns a string representation of this object; useful for testing and debugging.AdditionalAttribute
withKey(String key)
This parameter is reserved.AdditionalAttribute
withValue(String value)
This parameter is reserved.
-
-
-
Method Detail
-
setKey
public void setKey(String key)
This parameter is reserved.
- Parameters:
key
- This parameter is reserved.
-
getKey
public String getKey()
This parameter is reserved.
- Returns:
- This parameter is reserved.
-
withKey
public AdditionalAttribute withKey(String key)
This parameter is reserved.
- Parameters:
key
- This parameter is reserved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
public void setValue(String value)
This parameter is reserved.
- Parameters:
value
- This parameter is reserved.
-
getValue
public String getValue()
This parameter is reserved.
- Returns:
- This parameter is reserved.
-
withValue
public AdditionalAttribute withValue(String value)
This parameter is reserved.
- Parameters:
value
- This parameter is reserved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public AdditionalAttribute clone()
-
-