@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() |
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, copyBaseTo, 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 setPublisherId(String publisherId)
The ID of the extension publisher.
If you do not 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 do not 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 do not supply a PublisherId, and you have registered as an extension publisher,
DescribePublisher returns information about your own publisher account.
If you do not 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 do not 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 do not 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 ObjectObject.toString()public DescribePublisherRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.