|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.CreateCustomerGatewayResult
public class CreateCustomerGatewayResult
| Constructor Summary | |
|---|---|
CreateCustomerGatewayResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
CustomerGateway |
getCustomerGateway()
Information about the customer gateway. |
int |
hashCode()
|
void |
setCustomerGateway(CustomerGateway customerGateway)
Information about the customer gateway. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateCustomerGatewayResult |
withCustomerGateway(CustomerGateway customerGateway)
Information about the customer gateway. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateCustomerGatewayResult()
| Method Detail |
|---|
public CustomerGateway getCustomerGateway()
public void setCustomerGateway(CustomerGateway customerGateway)
customerGateway - Information about the customer gateway.public CreateCustomerGatewayResult withCustomerGateway(CustomerGateway customerGateway)
Returns a reference to this object so that method calls can be chained together.
customerGateway - Information about the customer gateway.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||