Class ADMChannelRequest
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.ADMChannelRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ADMChannelRequest.Builder,ADMChannelRequest>
@Generated("software.amazon.awssdk:codegen") public final class ADMChannelRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ADMChannelRequest.Builder,ADMChannelRequest>
Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceADMChannelRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ADMChannelRequest.Builderbuilder()StringclientId()The Client ID that you received from Amazon to send messages by using ADM.StringclientSecret()The Client Secret that you received from Amazon to send messages by using ADM.Booleanenabled()Specifies whether to enable the ADM channel for the application.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ADMChannelRequest.Builder>serializableBuilderClass()ADMChannelRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
clientId
public final String clientId()
The Client ID that you received from Amazon to send messages by using ADM.
- Returns:
- The Client ID that you received from Amazon to send messages by using ADM.
-
clientSecret
public final String clientSecret()
The Client Secret that you received from Amazon to send messages by using ADM.
- Returns:
- The Client Secret that you received from Amazon to send messages by using ADM.
-
enabled
public final Boolean enabled()
Specifies whether to enable the ADM channel for the application.
- Returns:
- Specifies whether to enable the ADM channel for the application.
-
toBuilder
public ADMChannelRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ADMChannelRequest.Builder,ADMChannelRequest>
-
builder
public static ADMChannelRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ADMChannelRequest.Builder> serializableBuilderClass()
-
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.
-
-