@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExtraParam extends Object implements Serializable, Cloneable, StructuredPojo
ExtraParam includes the following elements.
Constructor and Description |
---|
ExtraParam() |
Modifier and Type | Method and Description |
---|---|
ExtraParam |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the additional parameter required by the top-level domain.
|
String |
getValue()
Values corresponding to the additional parameter names required by some top-level domains.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(ExtraParamName name)
Name of the additional parameter required by the top-level domain.
|
void |
setName(String name)
Name of the additional parameter required by the top-level domain.
|
void |
setValue(String value)
Values corresponding to the additional parameter names required by some top-level domains.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExtraParam |
withName(ExtraParamName name)
Name of the additional parameter required by the top-level domain.
|
ExtraParam |
withName(String name)
Name of the additional parameter required by the top-level domain.
|
ExtraParam |
withValue(String value)
Values corresponding to the additional parameter names required by some top-level domains.
|
public void setName(String name)
Name of the additional parameter required by the top-level domain.
name
- Name of the additional parameter required by the top-level domain.ExtraParamName
public String getName()
Name of the additional parameter required by the top-level domain.
ExtraParamName
public ExtraParam withName(String name)
Name of the additional parameter required by the top-level domain.
name
- Name of the additional parameter required by the top-level domain.ExtraParamName
public void setName(ExtraParamName name)
Name of the additional parameter required by the top-level domain.
name
- Name of the additional parameter required by the top-level domain.ExtraParamName
public ExtraParam withName(ExtraParamName name)
Name of the additional parameter required by the top-level domain.
name
- Name of the additional parameter required by the top-level domain.ExtraParamName
public void setValue(String value)
Values corresponding to the additional parameter names required by some top-level domains.
value
- Values corresponding to the additional parameter names required by some top-level domains.public String getValue()
Values corresponding to the additional parameter names required by some top-level domains.
public ExtraParam withValue(String value)
Values corresponding to the additional parameter names required by some top-level domains.
value
- Values corresponding to the additional parameter names required by some top-level domains.public String toString()
toString
in class Object
Object.toString()
public ExtraParam 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.