@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPrimaryEmailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPrimaryEmailResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPrimaryEmailResult |
clone() |
boolean |
equals(Object obj) |
String |
getPrimaryEmail()
Retrieves the primary email address associated with the specified account.
|
int |
hashCode() |
void |
setPrimaryEmail(String primaryEmail)
Retrieves the primary email address associated with the specified account.
|
String |
toString()
Returns a string representation of this object.
|
GetPrimaryEmailResult |
withPrimaryEmail(String primaryEmail)
Retrieves the primary email address associated with the specified account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPrimaryEmail(String primaryEmail)
Retrieves the primary email address associated with the specified account.
primaryEmail - Retrieves the primary email address associated with the specified account.public String getPrimaryEmail()
Retrieves the primary email address associated with the specified account.
public GetPrimaryEmailResult withPrimaryEmail(String primaryEmail)
Retrieves the primary email address associated with the specified account.
primaryEmail - Retrieves the primary email address associated with the specified account.public String toString()
toString in class ObjectObject.toString()public GetPrimaryEmailResult clone()