@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePublishingDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePublishingDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePublishingDestinationRequest |
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 update.
|
DestinationProperties |
getDestinationProperties()
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
String |
getDetectorId()
The ID of the detector associated with the publishing destinations to update.
|
int |
hashCode() |
void |
setDestinationId(String destinationId)
The ID of the publishing destination to update.
|
void |
setDestinationProperties(DestinationProperties destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
void |
setDetectorId(String detectorId)
The ID of the detector associated with the publishing destinations to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePublishingDestinationRequest |
withDestinationId(String destinationId)
The ID of the publishing destination to update.
|
UpdatePublishingDestinationRequest |
withDestinationProperties(DestinationProperties destinationProperties)
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
UpdatePublishingDestinationRequest |
withDetectorId(String detectorId)
The ID of the detector associated with the publishing destinations to update.
|
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 setDetectorId(String detectorId)
The ID of the detector associated with the publishing destinations to update.
detectorId
- The ID of the detector associated with the publishing destinations to update.public String getDetectorId()
The ID of the detector associated with the publishing destinations to update.
public UpdatePublishingDestinationRequest withDetectorId(String detectorId)
The ID of the detector associated with the publishing destinations to update.
detectorId
- The ID of the detector associated with the publishing destinations to update.public void setDestinationId(String destinationId)
The ID of the publishing destination to update.
destinationId
- The ID of the publishing destination to update.public String getDestinationId()
The ID of the publishing destination to update.
public UpdatePublishingDestinationRequest withDestinationId(String destinationId)
The ID of the publishing destination to update.
destinationId
- The ID of the publishing destination to update.public void setDestinationProperties(DestinationProperties destinationProperties)
A DestinationProperties
object that includes the DestinationArn
and
KmsKeyArn
of the publishing destination.
destinationProperties
- A DestinationProperties
object that includes the DestinationArn
and
KmsKeyArn
of the publishing destination.public DestinationProperties getDestinationProperties()
A DestinationProperties
object that includes the DestinationArn
and
KmsKeyArn
of the publishing destination.
DestinationProperties
object that includes the DestinationArn
and
KmsKeyArn
of the publishing destination.public UpdatePublishingDestinationRequest withDestinationProperties(DestinationProperties destinationProperties)
A DestinationProperties
object that includes the DestinationArn
and
KmsKeyArn
of the publishing destination.
destinationProperties
- A DestinationProperties
object that includes the DestinationArn
and
KmsKeyArn
of the publishing destination.public String toString()
toString
in class Object
Object.toString()
public UpdatePublishingDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()