@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 user, group, or resource to update.
|
String |
getOrganizationId()
The organization that contains the user, group, or resource to update.
|
int |
hashCode() |
void |
setEmail(String email)
The value of the email to be updated as primary.
|
void |
setEntityId(String entityId)
The user, group, or resource to update.
|
void |
setOrganizationId(String organizationId)
The organization that contains the user, group, or resource to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePrimaryEmailAddressRequest |
withEmail(String email)
The value of the email to be updated as primary.
|
UpdatePrimaryEmailAddressRequest |
withEntityId(String entityId)
The user, group, or resource to update.
|
UpdatePrimaryEmailAddressRequest |
withOrganizationId(String organizationId)
The organization that contains the user, group, or resource 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 user, group, or resource to update.
organizationId
- The organization that contains the user, group, or resource to update.public String getOrganizationId()
The organization that contains the user, group, or resource to update.
public UpdatePrimaryEmailAddressRequest withOrganizationId(String organizationId)
The organization that contains the user, group, or resource to update.
organizationId
- The organization that contains the user, group, or resource to update.public void setEntityId(String entityId)
The user, group, or resource to update.
entityId
- The user, group, or resource to update.public String getEntityId()
The user, group, or resource to update.
public UpdatePrimaryEmailAddressRequest withEntityId(String entityId)
The user, group, or resource to update.
entityId
- The user, group, or resource to update.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.