@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 |
getCatalog()
Required.
|
String |
getEntityId()
Required.
|
int |
hashCode() |
void |
setCatalog(String catalog)
Required.
|
void |
setEntityId(String entityId)
Required.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEntityRequest |
withCatalog(String catalog)
Required.
|
DescribeEntityRequest |
withEntityId(String entityId)
Required.
|
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 setCatalog(String catalog)
Required. The catalog related to the request. Fixed value: AWSMarketplace
catalog - Required. The catalog related to the request. Fixed value: AWSMarketplacepublic String getCatalog()
Required. The catalog related to the request. Fixed value: AWSMarketplace
AWSMarketplacepublic DescribeEntityRequest withCatalog(String catalog)
Required. The catalog related to the request. Fixed value: AWSMarketplace
catalog - Required. The catalog related to the request. Fixed value: AWSMarketplacepublic void setEntityId(String entityId)
Required. The unique ID of the entity to describe.
entityId - Required. The unique ID of the entity to describe.public String getEntityId()
Required. The unique ID of the entity to describe.
public DescribeEntityRequest withEntityId(String entityId)
Required. The unique ID of the entity to describe.
entityId - Required. The unique ID of the entity to describe.public String toString()
toString in class ObjectObject.toString()public DescribeEntityRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()