@Generated(value="software.amazon.awssdk:codegen") public final class UnsubscribeFromEventRequest extends InspectorRequest implements ToCopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnsubscribeFromEventRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnsubscribeFromEventRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
InspectorEvent |
event()
The event for which you want to stop receiving SNS notifications.
|
String |
eventAsString()
The event for which you want to stop receiving SNS notifications.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS
notifications.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnsubscribeFromEventRequest.Builder> |
serializableBuilderClass() |
UnsubscribeFromEventRequest.Builder |
toBuilder() |
String |
topicArn()
The ARN of the SNS topic to which SNS notifications are sent.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
public final InspectorEvent event()
The event for which you want to stop receiving SNS notifications.
If the service returns an enum value that is not available in the current SDK version, event will return
InspectorEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventAsString().
InspectorEventpublic final String eventAsString()
The event for which you want to stop receiving SNS notifications.
If the service returns an enum value that is not available in the current SDK version, event will return
InspectorEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventAsString().
InspectorEventpublic final String topicArn()
The ARN of the SNS topic to which SNS notifications are sent.
public UnsubscribeFromEventRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>toBuilder in class InspectorRequestpublic static UnsubscribeFromEventRequest.Builder builder()
public static Class<? extends UnsubscribeFromEventRequest.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 © 2023. All rights reserved.