public class Signer extends Object
Constructor and Description |
---|
Signer()
Default constructor for a new Signer object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAwsAccountNumber()
Returns the value of the AwsAccountNumber property for this object.
|
List<String> |
getKeyPairIds()
Returns the value of the KeyPairIds property for this object.
|
String |
getSelf()
Returns the value of the Self property for this object.
|
int |
hashCode() |
void |
setAwsAccountNumber(String awsAccountNumber)
Sets the value of the AwsAccountNumber property for this object.
|
void |
setKeyPairIds(Collection<String> keyPairIds)
Sets the value of the KeyPairIds property for this object.
|
void |
setSelf(String self)
Sets the value of the Self property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Signer |
withAwsAccountNumber(String awsAccountNumber)
Sets the value of the AwsAccountNumber property for this object.
|
Signer |
withKeyPairIds(Collection<String> keyPairIds)
Sets the value of the KeyPairIds property for this object.
|
Signer |
withKeyPairIds(String... keyPairIds)
Sets the value of the KeyPairIds property for this object.
|
Signer |
withSelf(String self)
Sets the value of the Self property for this object.
|
public Signer()
public String getAwsAccountNumber()
public void setAwsAccountNumber(String awsAccountNumber)
awsAccountNumber
- The new value for the AwsAccountNumber property for this object.public Signer withAwsAccountNumber(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 String getSelf()
public void setSelf(String self)
self
- The new value for the Self property for this object.public Signer withSelf(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 List<String> getKeyPairIds()
public void setKeyPairIds(Collection<String> keyPairIds)
keyPairIds
- The new value for the KeyPairIds property for this object.public Signer withKeyPairIds(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(Collection<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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.