public class VpcAttachment
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
VpcAttachment() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getState() |
java.lang.String |
getVpcId() |
int |
hashCode() |
void |
setState(java.lang.String state) |
void |
setVpcId(java.lang.String vpcId) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VpcAttachment |
withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
|
VpcAttachment |
withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
|
public java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - public VpcAttachment withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - public java.lang.String getState()
public void setState(java.lang.String state)
state - public VpcAttachment withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
state - 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