@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 detector associated with the publishing destinations to update.
|
DestinationProperties |
getDestinationProperties()
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
String |
getDetectorId()
The ID of the
|
int |
hashCode() |
void |
setDestinationId(String destinationId)
The ID of the detector associated with the publishing destinations 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
|
String |
toString()
Returns a string representation of this object.
|
UpdatePublishingDestinationRequest |
withDestinationId(String destinationId)
The ID of the detector associated with the publishing destinations 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
|
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
detectorId
- The ID of thepublic String getDetectorId()
The ID of the
public UpdatePublishingDestinationRequest withDetectorId(String detectorId)
The ID of the
detectorId
- The ID of thepublic void setDestinationId(String destinationId)
The ID of the detector associated with the publishing destinations to update.
destinationId
- The ID of the detector associated with the publishing destinations to update.public String getDestinationId()
The ID of the detector associated with the publishing destinations to update.
public UpdatePublishingDestinationRequest withDestinationId(String destinationId)
The ID of the detector associated with the publishing destinations to update.
destinationId
- The ID of the detector associated with the publishing destinations 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.