@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 PinpointRequest
public static UpdateApnsChannelRequest.Builder builder()
public static Class<? extends UpdateApnsChannelRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.