Class UnsubscribeFromEventRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.inspector.model.InspectorRequest
-
- software.amazon.awssdk.services.inspector.model.UnsubscribeFromEventRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>
@Generated("software.amazon.awssdk:codegen") public final class UnsubscribeFromEventRequest extends InspectorRequest implements ToCopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnsubscribeFromEventRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnsubscribeFromEventRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InspectorEventevent()The event for which you want to stop receiving SNS notifications.StringeventAsString()The event for which you want to stop receiving SNS notifications.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceArn()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.BuildertoBuilder()StringtopicArn()The ARN of the SNS topic to which SNS notifications are sent.StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceArn
public final String resourceArn()
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
- Returns:
- The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
-
event
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,
eventwill returnInspectorEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventAsString().- Returns:
- The event for which you want to stop receiving SNS notifications.
- See Also:
InspectorEvent
-
eventAsString
public 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,
eventwill returnInspectorEvent.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventAsString().- Returns:
- The event for which you want to stop receiving SNS notifications.
- See Also:
InspectorEvent
-
topicArn
public final String topicArn()
The ARN of the SNS topic to which SNS notifications are sent.
- Returns:
- The ARN of the SNS topic to which SNS notifications are sent.
-
toBuilder
public UnsubscribeFromEventRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UnsubscribeFromEventRequest.Builder,UnsubscribeFromEventRequest>- Specified by:
toBuilderin classInspectorRequest
-
builder
public static UnsubscribeFromEventRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UnsubscribeFromEventRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-