@Generated(value="software.amazon.awssdk:codegen") public final class ChannelResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelResponse.Builder,ChannelResponse>
Provides information about the general settings and status of a channel for an application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChannelResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application.
|
static ChannelResponse.Builder |
builder() |
String |
creationDate()
The date and time, in ISO 8601 format, when the channel was enabled.
|
Boolean |
enabled()
Specifies whether the channel is enabled for the application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<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 channel.
|
Boolean |
isArchived()
Specifies whether the channel is archived.
|
String |
lastModifiedBy()
The user who last modified the channel.
|
String |
lastModifiedDate()
The date and time, in ISO 8601 format, when the channel was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelResponse.Builder> |
serializableBuilderClass() |
ChannelResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The current version of the channel.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
The unique identifier for the application.
public String creationDate()
The date and time, in ISO 8601 format, when the channel was enabled.
public Boolean enabled()
Specifies whether the channel is enabled for the application.
public Boolean hasCredential()
(Not used) This property is retained only for backward compatibility.
public String id()
(Deprecated) An identifier for the channel. This property is retained only for backward compatibility.
public Boolean isArchived()
Specifies whether the channel is archived.
public String lastModifiedBy()
The user who last modified the channel.
public String lastModifiedDate()
The date and time, in ISO 8601 format, when the channel was last modified.
public Integer version()
The current version of the channel.
public ChannelResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChannelResponse.Builder,ChannelResponse>public static ChannelResponse.Builder builder()
public static Class<? extends ChannelResponse.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.