@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachmentInformation extends Object implements Serializable, Cloneable, StructuredPojo
An attribute of an attachment, such as the attachment name or size.
| Constructor and Description |
|---|
AttachmentInformation() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentInformation |
clone() |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name) |
String |
toString()
Returns a string representation of this object.
|
AttachmentInformation |
withName(String name) |
public void setName(String name)
name - public String getName()
public AttachmentInformation withName(String name)
name - public String toString()
toString in class ObjectObject.toString()public AttachmentInformation 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.