@Generated(value="software.amazon.awssdk:codegen") public final class ProtocolAndNotificationEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProtocolAndNotificationEndpoint.Builder,ProtocolAndNotificationEndpoint>
Notifications in Security Lake which dictates how notifications are posted at the endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProtocolAndNotificationEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolAndNotificationEndpoint.Builder |
builder() |
String |
endpoint()
The account which is subscribed to receive exception notifications.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
protocol()
The protocol to which notification messages are posted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProtocolAndNotificationEndpoint.Builder> |
serializableBuilderClass() |
ProtocolAndNotificationEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpoint()
The account which is subscribed to receive exception notifications.
public final String protocol()
The protocol to which notification messages are posted.
public ProtocolAndNotificationEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProtocolAndNotificationEndpoint.Builder,ProtocolAndNotificationEndpoint>public static ProtocolAndNotificationEndpoint.Builder builder()
public static Class<? extends ProtocolAndNotificationEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.