@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HttpProperties extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that contains the name of an HTTP namespace.
Constructor and Description |
---|
HttpProperties() |
Modifier and Type | Method and Description |
---|---|
HttpProperties |
clone() |
boolean |
equals(Object obj) |
String |
getHttpName()
The name of an HTTP namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHttpName(String httpName)
The name of an HTTP namespace.
|
String |
toString()
Returns a string representation of this object.
|
HttpProperties |
withHttpName(String httpName)
The name of an HTTP namespace.
|
public void setHttpName(String httpName)
The name of an HTTP namespace.
httpName
- The name of an HTTP namespace.public String getHttpName()
The name of an HTTP namespace.
public HttpProperties withHttpName(String httpName)
The name of an HTTP namespace.
httpName
- The name of an HTTP namespace.public String toString()
toString
in class Object
Object.toString()
public HttpProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.