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