@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePublishingDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribePublishingDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePublishingDestinationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDestinationId()
The ID of the publishing destination to retrieve.
|
String |
getDetectorId()
The unique ID of the detector associated with the publishing destination to retrieve.
|
int |
hashCode() |
void |
setDestinationId(String destinationId)
The ID of the publishing destination to retrieve.
|
void |
setDetectorId(String detectorId)
The unique ID of the detector associated with the publishing destination to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
DescribePublishingDestinationRequest |
withDestinationId(String destinationId)
The ID of the publishing destination to retrieve.
|
DescribePublishingDestinationRequest |
withDetectorId(String detectorId)
The unique ID of the detector associated with the publishing destination to retrieve.
|
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 DescribePublishingDestinationRequest()
public void setDetectorId(String detectorId)
The unique ID of the detector associated with the publishing destination to retrieve.
detectorId
- The unique ID of the detector associated with the publishing destination to retrieve.public String getDetectorId()
The unique ID of the detector associated with the publishing destination to retrieve.
public DescribePublishingDestinationRequest withDetectorId(String detectorId)
The unique ID of the detector associated with the publishing destination to retrieve.
detectorId
- The unique ID of the detector associated with the publishing destination to retrieve.public void setDestinationId(String destinationId)
The ID of the publishing destination to retrieve.
destinationId
- The ID of the publishing destination to retrieve.public String getDestinationId()
The ID of the publishing destination to retrieve.
public DescribePublishingDestinationRequest withDestinationId(String destinationId)
The ID of the publishing destination to retrieve.
destinationId
- The ID of the publishing destination to retrieve.public String toString()
toString
in class Object
Object.toString()
public DescribePublishingDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()