@Generated(value="software.amazon.awssdk:codegen") public final class RemoveNotificationChannelRequest extends CodeGuruProfilerRequest implements ToCopyableBuilder<RemoveNotificationChannelRequest.Builder,RemoveNotificationChannelRequest>
The structure representing the RemoveNotificationChannelRequest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveNotificationChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemoveNotificationChannelRequest.Builder |
builder() |
String |
channelId()
The id of the channel that we want to stop receiving notifications.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
profilingGroupName()
The name of the profiling group we want to change notification configuration for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveNotificationChannelRequest.Builder> |
serializableBuilderClass() |
RemoveNotificationChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelId()
The id of the channel that we want to stop receiving notifications.
public final String profilingGroupName()
The name of the profiling group we want to change notification configuration for.
public RemoveNotificationChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveNotificationChannelRequest.Builder,RemoveNotificationChannelRequest>toBuilder in class CodeGuruProfilerRequestpublic static RemoveNotificationChannelRequest.Builder builder()
public static Class<? extends RemoveNotificationChannelRequest.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.