@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StructValue extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
StructValue() |
| Modifier and Type | Method and Description |
|---|---|
StructValue |
clone() |
boolean |
equals(Object obj) |
List<Value> |
getAttributes()
Struct or UDT
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttributes(Collection<Value> attributes)
Struct or UDT
|
String |
toString()
Returns a string representation of this object.
|
StructValue |
withAttributes(Collection<Value> attributes)
Struct or UDT
|
StructValue |
withAttributes(Value... attributes)
Struct or UDT
|
public void setAttributes(Collection<Value> attributes)
attributes - Struct or UDTpublic StructValue withAttributes(Value... attributes)
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection) or withAttributes(java.util.Collection) if you want to
override the existing values.
attributes - Struct or UDTpublic StructValue withAttributes(Collection<Value> attributes)
attributes - Struct or UDTpublic String toString()
toString in class ObjectObject.toString()public StructValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.