Class SubscribeToEventRequest
- 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.SubscribeToEventRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SubscribeToEventRequest.Builder,SubscribeToEventRequest>
@Generated("software.amazon.awssdk:codegen") public final class SubscribeToEventRequest extends InspectorRequest implements ToCopyableBuilder<SubscribeToEventRequest.Builder,SubscribeToEventRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSubscribeToEventRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubscribeToEventRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InspectorEventevent()The event for which you want to receive SNS notifications.StringeventAsString()The event for which you want to receive 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 receive SNS notifications.List<SdkField<?>>sdkFields()static Class<? extends SubscribeToEventRequest.Builder>serializableBuilderClass()SubscribeToEventRequest.BuildertoBuilder()StringtopicArn()The ARN of the SNS topic to which the 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 receive SNS notifications.
- Returns:
- The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.
-
event
public final InspectorEvent event()
The event for which you want to receive 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 receive SNS notifications.
- See Also:
InspectorEvent
-
eventAsString
public final String eventAsString()
The event for which you want to receive 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 receive SNS notifications.
- See Also:
InspectorEvent
-
topicArn
public final String topicArn()
The ARN of the SNS topic to which the SNS notifications are sent.
- Returns:
- The ARN of the SNS topic to which the SNS notifications are sent.
-
toBuilder
public SubscribeToEventRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SubscribeToEventRequest.Builder,SubscribeToEventRequest>- Specified by:
toBuilderin classInspectorRequest
-
builder
public static SubscribeToEventRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SubscribeToEventRequest.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
-
-