@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParameterMapping extends Object implements Serializable, Cloneable, StructuredPojo
Mapping for named parameters.
Constructor and Description |
---|
ParameterMapping() |
Modifier and Type | Method and Description |
---|---|
ParameterMapping |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Parameter name.
|
Type |
getType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Parameter name.
|
void |
setType(Type type) |
String |
toString()
Returns a string representation of this object.
|
ParameterMapping |
withName(String name)
Parameter name.
|
ParameterMapping |
withType(Type type) |
public void setName(String name)
Parameter name.
name
- Parameter name.public String getName()
Parameter name.
public ParameterMapping withName(String name)
Parameter name.
name
- Parameter name.public void setType(Type type)
type
- public Type getType()
public ParameterMapping withType(Type type)
type
- public String toString()
toString
in class Object
Object.toString()
public ParameterMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.