@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) |
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 - AdditionalResultAttributeValueTypepublic String getValueType()
AdditionalResultAttributeValueTypepublic AdditionalResultAttribute withValueType(String valueType)
valueType - AdditionalResultAttributeValueTypepublic AdditionalResultAttribute withValueType(AdditionalResultAttributeValueType valueType)
valueType - AdditionalResultAttributeValueTypepublic void setValue(AdditionalResultAttributeValue value)
value - public AdditionalResultAttributeValue getValue()
public AdditionalResultAttribute withValue(AdditionalResultAttributeValue value)
value - public String toString()
toString in class ObjectObject.toString()public AdditionalResultAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.