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