@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetConnectAttachmentResult clone()