com.amazonaws.services.cloudfront.model
Class Signer

java.lang.Object
  extended by com.amazonaws.services.cloudfront.model.Signer

public class Signer
extends Object

Signer


Constructor Summary
Signer()
          Default constructor for a new Signer object.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Signer

public Signer()
Default constructor for a new Signer object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getAwsAccountNumber

public String getAwsAccountNumber()
Returns the value of the AwsAccountNumber property for this object.

Returns:
The value of the AwsAccountNumber property for this object.

setAwsAccountNumber

public void setAwsAccountNumber(String awsAccountNumber)
Sets the value of the AwsAccountNumber property for this object.

Parameters:
awsAccountNumber - The new value for the AwsAccountNumber property for this object.

withAwsAccountNumber

public Signer withAwsAccountNumber(String awsAccountNumber)
Sets the value of the AwsAccountNumber property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
awsAccountNumber - The new value for the AwsAccountNumber property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getSelf

public String getSelf()
Returns the value of the Self property for this object.

Returns:
The value of the Self property for this object.

setSelf

public void setSelf(String self)
Sets the value of the Self property for this object.

Parameters:
self - The new value for the Self property for this object.

withSelf

public Signer withSelf(String self)
Sets the value of the Self property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
self - The new value for the Self property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getKeyPairIds

public List<String> getKeyPairIds()
Returns the value of the KeyPairIds property for this object.

Returns:
The value of the KeyPairIds property for this object.

setKeyPairIds

public void setKeyPairIds(Collection<String> keyPairIds)
Sets the value of the KeyPairIds property for this object.

Parameters:
keyPairIds - The new value for the KeyPairIds property for this object.

withKeyPairIds

public Signer withKeyPairIds(String... keyPairIds)
Sets the value of the KeyPairIds property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
keyPairIds - The new value for the KeyPairIds property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withKeyPairIds

public Signer withKeyPairIds(Collection<String> keyPairIds)
Sets the value of the KeyPairIds property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
keyPairIds - The new value for the KeyPairIds property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.