|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.InternetGateway
public class InternetGateway
Internet Gateway
Constructor Summary | |
---|---|
InternetGateway()
|
Method Summary | |
---|---|
java.util.List<InternetGatewayAttachment> |
getAttachments()
Returns the value of the Attachments property for this object. |
java.lang.String |
getInternetGatewayId()
Returns the value of the InternetGatewayId property for this object. |
java.util.List<Tag> |
getTags()
Returns the value of the Tags property for this object. |
void |
setAttachments(java.util.Collection<InternetGatewayAttachment> attachments)
Sets the value of the Attachments property for this object. |
void |
setInternetGatewayId(java.lang.String internetGatewayId)
Sets the value of the InternetGatewayId property for this object. |
void |
setTags(java.util.Collection<Tag> tags)
Sets the value of the Tags property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InternetGateway |
withAttachments(java.util.Collection<InternetGatewayAttachment> attachments)
Sets the value of the Attachments property for this object. |
InternetGateway |
withAttachments(InternetGatewayAttachment... attachments)
Sets the value of the Attachments property for this object. |
InternetGateway |
withInternetGatewayId(java.lang.String internetGatewayId)
Sets the value of the InternetGatewayId property for this object. |
InternetGateway |
withTags(java.util.Collection<Tag> tags)
Sets the value of the Tags property for this object. |
InternetGateway |
withTags(Tag... tags)
Sets the value of the Tags property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InternetGateway()
Method Detail |
---|
public java.lang.String getInternetGatewayId()
public void setInternetGatewayId(java.lang.String internetGatewayId)
internetGatewayId
- The new value for the InternetGatewayId property for this object.public InternetGateway withInternetGatewayId(java.lang.String internetGatewayId)
Returns a reference to this object so that method calls can be chained together.
internetGatewayId
- The new value for the InternetGatewayId property for this object.
public java.util.List<InternetGatewayAttachment> getAttachments()
public void setAttachments(java.util.Collection<InternetGatewayAttachment> attachments)
attachments
- The new value for the Attachments property for this object.public InternetGateway withAttachments(InternetGatewayAttachment... attachments)
Returns a reference to this object so that method calls can be chained together.
attachments
- The new value for the Attachments property for this object.
public InternetGateway withAttachments(java.util.Collection<InternetGatewayAttachment> attachments)
Returns a reference to this object so that method calls can be chained together.
attachments
- The new value for the Attachments property for this object.
public java.util.List<Tag> getTags()
public void setTags(java.util.Collection<Tag> tags)
tags
- The new value for the Tags property for this object.public InternetGateway withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags
- The new value for the Tags property for this object.
public InternetGateway withTags(java.util.Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags
- The new value for the Tags property for this object.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |