public class Signer
extends java.lang.Object
| コンストラクタと説明 |
|---|
Signer()
Default constructor for a new Signer object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAwsAccountNumber()
Returns the value of the AwsAccountNumber property for this object.
|
java.util.List<java.lang.String> |
getKeyPairIds()
Returns the value of the KeyPairIds property for this object.
|
java.lang.String |
getSelf()
Returns the value of the Self property for this object.
|
int |
hashCode() |
void |
setAwsAccountNumber(java.lang.String awsAccountNumber)
Sets the value of the AwsAccountNumber property for this object.
|
void |
setKeyPairIds(java.util.Collection<java.lang.String> keyPairIds)
Sets the value of the KeyPairIds property for this object.
|
void |
setSelf(java.lang.String self)
Sets the value of the Self property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Signer |
withAwsAccountNumber(java.lang.String awsAccountNumber)
Sets the value of the AwsAccountNumber property for this object.
|
Signer |
withKeyPairIds(java.util.Collection<java.lang.String> keyPairIds)
Sets the value of the KeyPairIds property for this object.
|
Signer |
withKeyPairIds(java.lang.String... keyPairIds)
Sets the value of the KeyPairIds property for this object.
|
Signer |
withSelf(java.lang.String self)
Sets the value of the Self property for this object.
|
public Signer()
public java.lang.String getAwsAccountNumber()
public void setAwsAccountNumber(java.lang.String awsAccountNumber)
awsAccountNumber - The new value for the AwsAccountNumber property for this object.public Signer withAwsAccountNumber(java.lang.String awsAccountNumber)
Returns a reference to this object so that method calls can be chained together.
awsAccountNumber - The new value for the AwsAccountNumber property for this object.public java.lang.String getSelf()
public void setSelf(java.lang.String self)
self - The new value for the Self property for this object.public Signer withSelf(java.lang.String self)
Returns a reference to this object so that method calls can be chained together.
self - The new value for the Self property for this object.public java.util.List<java.lang.String> getKeyPairIds()
public void setKeyPairIds(java.util.Collection<java.lang.String> keyPairIds)
keyPairIds - The new value for the KeyPairIds property for this object.public Signer withKeyPairIds(java.lang.String... keyPairIds)
Returns a reference to this object so that method calls can be chained together.
keyPairIds - The new value for the KeyPairIds property for this object.public Signer withKeyPairIds(java.util.Collection<java.lang.String> keyPairIds)
Returns a reference to this object so that method calls can be chained together.
keyPairIds - The new value for the KeyPairIds 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