@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, withSdkRequestTimeout
public void setCatalog(String catalog)
Required. The catalog related to the request. Fixed value: AWSMarketplace
catalog
- Required. The catalog related to the request. Fixed value: AWSMarketplace
public String getCatalog()
Required. The catalog related to the request. Fixed value: AWSMarketplace
AWSMarketplace
public DescribeEntityRequest withCatalog(String catalog)
Required. The catalog related to the request. Fixed value: AWSMarketplace
catalog
- Required. The catalog related to the request. Fixed value: AWSMarketplace
public 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 Object
Object.toString()
public DescribeEntityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.