@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpNamespaceChange extends Object implements Serializable, Cloneable, StructuredPojo
Updated properties for the HTTP namespace.
Constructor and Description |
---|
HttpNamespaceChange() |
Modifier and Type | Method and Description |
---|---|
HttpNamespaceChange |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
An updated description for the HTTP namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
An updated description for the HTTP namespace.
|
String |
toString()
Returns a string representation of this object.
|
HttpNamespaceChange |
withDescription(String description)
An updated description for the HTTP namespace.
|
public void setDescription(String description)
An updated description for the HTTP namespace.
description
- An updated description for the HTTP namespace.public String getDescription()
An updated description for the HTTP namespace.
public HttpNamespaceChange withDescription(String description)
An updated description for the HTTP namespace.
description
- An updated description for the HTTP namespace.public String toString()
toString
in class Object
Object.toString()
public HttpNamespaceChange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.