com.amazonaws.services.simpleemail.model
Class ListVerifiedEmailAddressesResult

java.lang.Object
  extended by com.amazonaws.services.simpleemail.model.ListVerifiedEmailAddressesResult

public class ListVerifiedEmailAddressesResult
extends Object

Represents a list of all the email addresses verified for the current user.


Constructor Summary
ListVerifiedEmailAddressesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getVerifiedEmailAddresses()
          Returns the value of the VerifiedEmailAddresses property for this object.
 int hashCode()
           
 void setVerifiedEmailAddresses(Collection<String> verifiedEmailAddresses)
          Sets the value of the VerifiedEmailAddresses property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListVerifiedEmailAddressesResult withVerifiedEmailAddresses(Collection<String> verifiedEmailAddresses)
          Sets the value of the VerifiedEmailAddresses property for this object.
 ListVerifiedEmailAddressesResult withVerifiedEmailAddresses(String... verifiedEmailAddresses)
          Sets the value of the VerifiedEmailAddresses property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListVerifiedEmailAddressesResult

public ListVerifiedEmailAddressesResult()
Method Detail

getVerifiedEmailAddresses

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

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

setVerifiedEmailAddresses

public void setVerifiedEmailAddresses(Collection<String> verifiedEmailAddresses)
Sets the value of the VerifiedEmailAddresses property for this object.

Parameters:
verifiedEmailAddresses - The new value for the VerifiedEmailAddresses property for this object.

withVerifiedEmailAddresses

public ListVerifiedEmailAddressesResult withVerifiedEmailAddresses(String... verifiedEmailAddresses)
Sets the value of the VerifiedEmailAddresses property for this object.

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

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

withVerifiedEmailAddresses

public ListVerifiedEmailAddressesResult withVerifiedEmailAddresses(Collection<String> verifiedEmailAddresses)
Sets the value of the VerifiedEmailAddresses property for this object.

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

Parameters:
verifiedEmailAddresses - The new value for the VerifiedEmailAddresses 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.