Class UpdateApnsChannelRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.pinpoint.model.PinpointRequest
-
- software.amazon.awssdk.services.pinpoint.model.UpdateApnsChannelRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateApnsChannelRequest.Builder,UpdateApnsChannelRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateApnsChannelRequest extends PinpointRequest implements ToCopyableBuilder<UpdateApnsChannelRequest.Builder,UpdateApnsChannelRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateApnsChannelRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description APNSChannelRequestapnsChannelRequest()Returns the value of the APNSChannelRequest property for this object.StringapplicationId()The unique identifier for the application.static UpdateApnsChannelRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UpdateApnsChannelRequest.Builder>serializableBuilderClass()UpdateApnsChannelRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
apnsChannelRequest
public final APNSChannelRequest apnsChannelRequest()
Returns the value of the APNSChannelRequest property for this object.- Returns:
- The value of the APNSChannelRequest property for this object.
-
applicationId
public final String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Returns:
- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
-
toBuilder
public UpdateApnsChannelRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateApnsChannelRequest.Builder,UpdateApnsChannelRequest>- Specified by:
toBuilderin classPinpointRequest
-
builder
public static UpdateApnsChannelRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateApnsChannelRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-