@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSubjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSubjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSubjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSubjectId()
The unique identifier of the subject.
|
int |
hashCode() |
void |
setSubjectId(String subjectId)
The unique identifier of the subject.
|
String |
toString()
Returns a string representation of this object.
|
GetSubjectRequest |
withSubjectId(String subjectId)
The unique identifier of the subject.
|
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 setSubjectId(String subjectId)
The unique identifier of the subject.
subjectId - The unique identifier of the subject.public String getSubjectId()
The unique identifier of the subject.
public GetSubjectRequest withSubjectId(String subjectId)
The unique identifier of the subject.
subjectId - The unique identifier of the subject.public String toString()
toString in class ObjectObject.toString()public GetSubjectRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()