@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePublishingDestinationRequest extends GuardDutyRequest implements ToCopyableBuilder<UpdatePublishingDestinationRequest.Builder,UpdatePublishingDestinationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePublishingDestinationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePublishingDestinationRequest.Builder |
builder() |
String |
destinationId()
The ID of the publishing destination to update.
|
DestinationProperties |
destinationProperties()
A
DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination. |
String |
detectorId()
The ID of the detector associated with the publishing destinations to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePublishingDestinationRequest.Builder> |
serializableBuilderClass() |
UpdatePublishingDestinationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detectorId()
The ID of the detector associated with the publishing destinations to update.
public final String destinationId()
The ID of the publishing destination to update.
public final DestinationProperties destinationProperties()
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePublishingDestinationRequest.Builder,UpdatePublishingDestinationRequest>toBuilder in class GuardDutyRequestpublic static UpdatePublishingDestinationRequest.Builder builder()
public static Class<? extends UpdatePublishingDestinationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.