@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, withSdkRequestTimeoutpublic 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.
The identifier can accept UseriD, ResourceId, or GroupId, Username, Resourcename, or Groupname, or email. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
entityId - The user, group, or resource to update.
The identifier can accept UseriD, ResourceId, or GroupId, Username, Resourcename, or Groupname, or email. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
public String getEntityId()
The user, group, or resource to update.
The identifier can accept UseriD, ResourceId, or GroupId, Username, Resourcename, or Groupname, or email. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
The identifier can accept UseriD, ResourceId, or GroupId, Username, Resourcename, or Groupname, or email. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
public UpdatePrimaryEmailAddressRequest withEntityId(String entityId)
The user, group, or resource to update.
The identifier can accept UseriD, ResourceId, or GroupId, Username, Resourcename, or Groupname, or email. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
entityId - The user, group, or resource to update.
The identifier can accept UseriD, ResourceId, or GroupId, Username, Resourcename, or Groupname, or email. The following identity formats are available:
Entity ID: 12345678-1234-1234-1234-123456789012, r-0123456789a0123456789b0123456789, or S-1-1-12-1234567890-123456789-123456789-1234
Email address: entity@domain.tld
Entity name: entity
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 ObjectObject.toString()public UpdatePrimaryEmailAddressRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()