@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConnectAttachmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetConnectAttachmentResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetConnectAttachmentResult | clone() | 
| boolean | equals(Object obj) | 
| ConnectAttachment | getConnectAttachment()
 Details about the Connect attachment. | 
| int | hashCode() | 
| void | setConnectAttachment(ConnectAttachment connectAttachment)
 Details about the Connect attachment. | 
| String | toString()Returns a string representation of this object. | 
| GetConnectAttachmentResult | withConnectAttachment(ConnectAttachment connectAttachment)
 Details about the Connect attachment. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setConnectAttachment(ConnectAttachment connectAttachment)
Details about the Connect attachment.
connectAttachment - Details about the Connect attachment.public ConnectAttachment getConnectAttachment()
Details about the Connect attachment.
public GetConnectAttachmentResult withConnectAttachment(ConnectAttachment connectAttachment)
Details about the Connect attachment.
connectAttachment - Details about the Connect attachment.public String toString()
toString in class ObjectObject.toString()public GetConnectAttachmentResult clone()