|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.cloudfront.model.Signer
public class Signer
Signer
Constructor Summary | |
---|---|
Signer()
Default constructor for a new Signer object. |
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Signer()
Method Detail |
---|
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()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |