|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudfront_2012_03_15.model.Signer
public class Signer
Signer
| Constructor Summary | |
|---|---|
Signer()
Default constructor for a new Signer object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Signer()
| Method Detail |
|---|
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||