@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGcmChannelRequest extends PinpointRequest implements ToCopyableBuilder<UpdateGcmChannelRequest.Builder,UpdateGcmChannelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGcmChannelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application.
|
static UpdateGcmChannelRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
GCMChannelRequest |
gcmChannelRequest()
Returns the value of the GCMChannelRequest property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGcmChannelRequest.Builder> |
serializableBuilderClass() |
UpdateGcmChannelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public final GCMChannelRequest gcmChannelRequest()
public UpdateGcmChannelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGcmChannelRequest.Builder,UpdateGcmChannelRequest>toBuilder in class PinpointRequestpublic static UpdateGcmChannelRequest.Builder builder()
public static Class<? extends UpdateGcmChannelRequest.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.