@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 SNS 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 SNS topic to delete.
|
DeleteTargetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String targetAddress()
The Amazon Resource Name (ARN) of the SNS topic to delete.
public Boolean forceUnsubscribeAll()
A Boolean value that can be used to delete all associations with this SNS topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your AWS 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.