public class InternetGateway
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
InternetGateway() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
int |
hashCode() |
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object