@Generated(value="software.amazon.awssdk:codegen") public final class ADMChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ADMChannelResponse.Builder,ADMChannelResponse>
Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.
Modifier and Type | Class and Description |
---|---|
static interface |
ADMChannelResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The unique identifier for the application that the ADM channel applies to.
|
static ADMChannelResponse.Builder |
builder() |
String |
creationDate()
The date and time when the ADM channel was enabled.
|
Boolean |
enabled()
Specifies whether the ADM channel is enabled for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
hasCredential()
(Not used) This property is retained only for backward compatibility.
|
int |
hashCode() |
String |
id()
(Deprecated) An identifier for the ADM channel.
|
Boolean |
isArchived()
Specifies whether the ADM channel is archived.
|
String |
lastModifiedBy()
The user who last modified the ADM channel.
|
String |
lastModifiedDate()
The date and time when the ADM channel was last modified.
|
String |
platform()
The type of messaging or notification platform for the channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ADMChannelResponse.Builder> |
serializableBuilderClass() |
ADMChannelResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The current version of the ADM channel.
|
copy
public final String applicationId()
The unique identifier for the application that the ADM channel applies to.
public final String creationDate()
The date and time when the ADM channel was enabled.
public final Boolean enabled()
Specifies whether the ADM channel is enabled for the application.
public final Boolean hasCredential()
(Not used) This property is retained only for backward compatibility.
public final String id()
(Deprecated) An identifier for the ADM channel. This property is retained only for backward compatibility.
public final Boolean isArchived()
Specifies whether the ADM channel is archived.
public final String lastModifiedBy()
The user who last modified the ADM channel.
public final String lastModifiedDate()
The date and time when the ADM channel was last modified.
public final String platform()
The type of messaging or notification platform for the channel. For the ADM channel, this value is ADM.
public final Integer version()
The current version of the ADM channel.
public ADMChannelResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ADMChannelResponse.Builder,ADMChannelResponse>
public static ADMChannelResponse.Builder builder()
public static Class<? extends ADMChannelResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.