@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOrganizationId()
The identifier associated with the organization for which the resource is described.
|
String |
getResourceId()
The identifier of the resource to be described.
|
int |
hashCode() |
void |
setOrganizationId(String organizationId)
The identifier associated with the organization for which the resource is described.
|
void |
setResourceId(String resourceId)
The identifier of the resource to be described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeResourceRequest |
withOrganizationId(String organizationId)
The identifier associated with the organization for which the resource is described.
|
DescribeResourceRequest |
withResourceId(String resourceId)
The identifier of the resource to be described.
|
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 identifier associated with the organization for which the resource is described.
organizationId - The identifier associated with the organization for which the resource is described.public String getOrganizationId()
The identifier associated with the organization for which the resource is described.
public DescribeResourceRequest withOrganizationId(String organizationId)
The identifier associated with the organization for which the resource is described.
organizationId - The identifier associated with the organization for which the resource is described.public void setResourceId(String resourceId)
The identifier of the resource to be described.
resourceId - The identifier of the resource to be described.public String getResourceId()
The identifier of the resource to be described.
public DescribeResourceRequest withResourceId(String resourceId)
The identifier of the resource to be described.
resourceId - The identifier of the resource to be described.public String toString()
toString in class ObjectObject.toString()public DescribeResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()