@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePrimaryEmailAddressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePrimaryEmailAddressRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePrimaryEmailAddressRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEmail()
The value of the email to be updated as primary.
|
String |
getEntityId()
The entity to update (user, group, or resource).
|
String |
getOrganizationId()
The organization that contains the entity to update.
|
int |
hashCode() |
void |
setEmail(String email)
The value of the email to be updated as primary.
|
void |
setEntityId(String entityId)
The entity to update (user, group, or resource).
|
void |
setOrganizationId(String organizationId)
The organization that contains the entity to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdatePrimaryEmailAddressRequest |
withEmail(String email)
The value of the email to be updated as primary.
|
UpdatePrimaryEmailAddressRequest |
withEntityId(String entityId)
The entity to update (user, group, or resource).
|
UpdatePrimaryEmailAddressRequest |
withOrganizationId(String organizationId)
The organization that contains the entity to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setOrganizationId(String organizationId)
The organization that contains the entity to update.
organizationId
- The organization that contains the entity to update.public String getOrganizationId()
The organization that contains the entity to update.
public UpdatePrimaryEmailAddressRequest withOrganizationId(String organizationId)
The organization that contains the entity to update.
organizationId
- The organization that contains the entity to update.public void setEntityId(String entityId)
The entity to update (user, group, or resource).
entityId
- The entity to update (user, group, or resource).public String getEntityId()
The entity to update (user, group, or resource).
public UpdatePrimaryEmailAddressRequest withEntityId(String entityId)
The entity to update (user, group, or resource).
entityId
- The entity to update (user, group, or resource).public void setEmail(String email)
The value of the email to be updated as primary.
email
- The value of the email to be updated as primary.public String getEmail()
The value of the email to be updated as primary.
public UpdatePrimaryEmailAddressRequest withEmail(String email)
The value of the email to be updated as primary.
email
- The value of the email to be updated as primary.public String toString()
toString
in class Object
Object.toString()
public UpdatePrimaryEmailAddressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.