@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptTransitGatewayPeeringAttachmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
AcceptTransitGatewayPeeringAttachmentResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AcceptTransitGatewayPeeringAttachmentResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
TransitGatewayPeeringAttachment | 
getTransitGatewayPeeringAttachment()
 The transit gateway peering attachment. 
 | 
int | 
hashCode()  | 
void | 
setTransitGatewayPeeringAttachment(TransitGatewayPeeringAttachment transitGatewayPeeringAttachment)
 The transit gateway peering attachment. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AcceptTransitGatewayPeeringAttachmentResult | 
withTransitGatewayPeeringAttachment(TransitGatewayPeeringAttachment transitGatewayPeeringAttachment)
 The transit gateway peering attachment. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic AcceptTransitGatewayPeeringAttachmentResult()
public void setTransitGatewayPeeringAttachment(TransitGatewayPeeringAttachment transitGatewayPeeringAttachment)
The transit gateway peering attachment.
transitGatewayPeeringAttachment - The transit gateway peering attachment.public TransitGatewayPeeringAttachment getTransitGatewayPeeringAttachment()
The transit gateway peering attachment.
public AcceptTransitGatewayPeeringAttachmentResult withTransitGatewayPeeringAttachment(TransitGatewayPeeringAttachment transitGatewayPeeringAttachment)
The transit gateway peering attachment.
transitGatewayPeeringAttachment - The transit gateway peering attachment.public String toString()
toString in class ObjectObject.toString()public AcceptTransitGatewayPeeringAttachmentResult clone()