@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpEndpointCommonAttribute extends Object implements Serializable, Cloneable, StructuredPojo
Describes the metadata that's delivered to the specified HTTP endpoint destination.
| Constructor and Description |
|---|
HttpEndpointCommonAttribute() |
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointCommonAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the HTTP endpoint common attribute.
|
String |
getAttributeValue()
The value of the HTTP endpoint common attribute.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttributeName(String attributeName)
The name of the HTTP endpoint common attribute.
|
void |
setAttributeValue(String attributeValue)
The value of the HTTP endpoint common attribute.
|
String |
toString()
Returns a string representation of this object.
|
HttpEndpointCommonAttribute |
withAttributeName(String attributeName)
The name of the HTTP endpoint common attribute.
|
HttpEndpointCommonAttribute |
withAttributeValue(String attributeValue)
The value of the HTTP endpoint common attribute.
|
public void setAttributeName(String attributeName)
The name of the HTTP endpoint common attribute.
attributeName - The name of the HTTP endpoint common attribute.public String getAttributeName()
The name of the HTTP endpoint common attribute.
public HttpEndpointCommonAttribute withAttributeName(String attributeName)
The name of the HTTP endpoint common attribute.
attributeName - The name of the HTTP endpoint common attribute.public void setAttributeValue(String attributeValue)
The value of the HTTP endpoint common attribute.
attributeValue - The value of the HTTP endpoint common attribute.public String getAttributeValue()
The value of the HTTP endpoint common attribute.
public HttpEndpointCommonAttribute withAttributeValue(String attributeValue)
The value of the HTTP endpoint common attribute.
attributeValue - The value of the HTTP endpoint common attribute.public String toString()
toString in class ObjectObject.toString()public HttpEndpointCommonAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.