@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePublisherRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribePublisherRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePublisherRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPublisherId()
The ID of the extension publisher.
|
int |
hashCode() |
void |
setPublisherId(String publisherId)
The ID of the extension publisher.
|
String |
toString()
Returns a string representation of this object.
|
DescribePublisherRequest |
withPublisherId(String publisherId)
The ID of the extension publisher.
|
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 setPublisherId(String publisherId)
The ID of the extension publisher.
If you don't supply a PublisherId
, and you have registered as an extension publisher,
DescribePublisher
returns information about your own publisher account.
publisherId
- The ID of the extension publisher.
If you don't supply a PublisherId
, and you have registered as an extension publisher,
DescribePublisher
returns information about your own publisher account.
public String getPublisherId()
The ID of the extension publisher.
If you don't supply a PublisherId
, and you have registered as an extension publisher,
DescribePublisher
returns information about your own publisher account.
If you don't supply a PublisherId
, and you have registered as an extension publisher,
DescribePublisher
returns information about your own publisher account.
public DescribePublisherRequest withPublisherId(String publisherId)
The ID of the extension publisher.
If you don't supply a PublisherId
, and you have registered as an extension publisher,
DescribePublisher
returns information about your own publisher account.
publisherId
- The ID of the extension publisher.
If you don't supply a PublisherId
, and you have registered as an extension publisher,
DescribePublisher
returns information about your own publisher account.
public String toString()
toString
in class Object
Object.toString()
public DescribePublisherRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()