|
||||||||||
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 | |
---|---|
CustomerGateway |
getCustomerGateway()
Information about the customer gateway. |
void |
setCustomerGateway(CustomerGateway customerGateway)
Information about the customer gateway. |
String |
toString()
|
CreateCustomerGatewayResult |
withCustomerGateway(CustomerGateway customerGateway)
Information about the customer gateway. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, 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 String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |