|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.CreateInternetGatewayResult
public class CreateInternetGatewayResult
| Constructor Summary | |
|---|---|
CreateInternetGatewayResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
InternetGateway |
getInternetGateway()
Information about the Internet gateway. |
int |
hashCode()
|
void |
setInternetGateway(InternetGateway internetGateway)
Information about the Internet gateway. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateInternetGatewayResult |
withInternetGateway(InternetGateway internetGateway)
Information about the Internet gateway. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CreateInternetGatewayResult()
| Method Detail |
|---|
public InternetGateway getInternetGateway()
public void setInternetGateway(InternetGateway internetGateway)
internetGateway - Information about the Internet gateway.public CreateInternetGatewayResult withInternetGateway(InternetGateway internetGateway)
Returns a reference to this object so that method calls can be chained together.
internetGateway - Information about the Internet 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 | ||||||