@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdditionalResultAttribute extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AdditionalResultAttribute() |
Modifier and Type | Method and Description |
---|---|
AdditionalResultAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
|
AdditionalResultAttributeValue |
getValue()
|
String |
getValueType()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
|
void |
setValue(AdditionalResultAttributeValue value)
|
void |
setValueType(String valueType)
|
String |
toString()
Returns a string representation of this object.
|
AdditionalResultAttribute |
withKey(String key)
|
AdditionalResultAttribute |
withValue(AdditionalResultAttributeValue value)
|
AdditionalResultAttribute |
withValueType(AdditionalResultAttributeValueType valueType)
|
AdditionalResultAttribute |
withValueType(String valueType)
|
public void setKey(String key)
key
- public String getKey()
public AdditionalResultAttribute withKey(String key)
key
- public void setValueType(String valueType)
valueType
- AdditionalResultAttributeValueType
public String getValueType()
AdditionalResultAttributeValueType
public AdditionalResultAttribute withValueType(String valueType)
valueType
- AdditionalResultAttributeValueType
public AdditionalResultAttribute withValueType(AdditionalResultAttributeValueType valueType)
valueType
- AdditionalResultAttributeValueType
public void setValue(AdditionalResultAttributeValue value)
value
- public AdditionalResultAttributeValue getValue()
public AdditionalResultAttribute withValue(AdditionalResultAttributeValue value)
value
- public String toString()
toString
in class Object
Object.toString()
public AdditionalResultAttribute 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.