@Generated(value="software.amazon.awssdk:codegen") public final class DeleteTargetRequest extends CodestarNotificationsRequest implements ToCopyableBuilder<DeleteTargetRequest.Builder,DeleteTargetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteTargetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteTargetRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceUnsubscribeAll()
A Boolean value that can be used to delete all associations with this Chatbot topic.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteTargetRequest.Builder> |
serializableBuilderClass() |
String |
targetAddress()
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
|
DeleteTargetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String targetAddress()
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
public final Boolean forceUnsubscribeAll()
A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.
public DeleteTargetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteTargetRequest.Builder,DeleteTargetRequest>toBuilder in class CodestarNotificationsRequestpublic static DeleteTargetRequest.Builder builder()
public static Class<? extends DeleteTargetRequest.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.