@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePeeringResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeletePeeringResult() |
| Modifier and Type | Method and Description |
|---|---|
DeletePeeringResult |
clone() |
boolean |
equals(Object obj) |
Peering |
getPeering()
Information about a deleted peering connection.
|
int |
hashCode() |
void |
setPeering(Peering peering)
Information about a deleted peering connection.
|
String |
toString()
Returns a string representation of this object.
|
DeletePeeringResult |
withPeering(Peering peering)
Information about a deleted peering connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPeering(Peering peering)
Information about a deleted peering connection.
peering - Information about a deleted peering connection.public Peering getPeering()
Information about a deleted peering connection.
public DeletePeeringResult withPeering(Peering peering)
Information about a deleted peering connection.
peering - Information about a deleted peering connection.public String toString()
toString in class ObjectObject.toString()public DeletePeeringResult clone()