@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEntityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeEntityRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEntityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEmail()
The email under which the entity exists.
|
String |
getOrganizationId()
The identifier for the organization under which the entity exists.
|
int |
hashCode() |
void |
setEmail(String email)
The email under which the entity exists.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the entity exists.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEntityRequest |
withEmail(String email)
The email under which the entity exists.
|
DescribeEntityRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the entity exists.
|
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 identifier for the organization under which the entity exists.
organizationId
- The identifier for the organization under which the entity exists.public String getOrganizationId()
The identifier for the organization under which the entity exists.
public DescribeEntityRequest withOrganizationId(String organizationId)
The identifier for the organization under which the entity exists.
organizationId
- The identifier for the organization under which the entity exists.public void setEmail(String email)
The email under which the entity exists.
email
- The email under which the entity exists.public String getEmail()
The email under which the entity exists.
public DescribeEntityRequest withEmail(String email)
The email under which the entity exists.
email
- The email under which the entity exists.public String toString()
toString
in class Object
Object.toString()
public DescribeEntityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()