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