@Generated(value="software.amazon.awssdk:codegen") public final class AddNotificationChannelRequest extends DevOpsGuruRequest implements ToCopyableBuilder<AddNotificationChannelRequest.Builder,AddNotificationChannelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddNotificationChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AddNotificationChannelRequest.Builder |
builder() |
NotificationChannelConfig |
config()
A
NotificationChannelConfig object that specifies what type of notification channel to add. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddNotificationChannelRequest.Builder> |
serializableBuilderClass() |
AddNotificationChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NotificationChannelConfig config()
A NotificationChannelConfig object that specifies what type of notification channel to add. The one
supported notification channel is Amazon Simple Notification Service (Amazon SNS).
NotificationChannelConfig object that specifies what type of notification channel to add.
The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).public AddNotificationChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddNotificationChannelRequest.Builder,AddNotificationChannelRequest>toBuilder in class DevOpsGuruRequestpublic static AddNotificationChannelRequest.Builder builder()
public static Class<? extends AddNotificationChannelRequest.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.