@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ADMChannelResponse extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ADMChannelResponse() |
Modifier and Type | Method and Description |
---|---|
ADMChannelResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application to which the channel applies.
|
String |
getCreationDate()
The date and time when this channel was created.
|
Boolean |
getEnabled()
Indicates whether or not the channel is enabled for sending messages.
|
Boolean |
getHasCredential()
Not used.
|
String |
getId()
(Deprecated) An identifier for the channel.
|
Boolean |
getIsArchived()
Indicates whether or not the channel is archived.
|
String |
getLastModifiedBy()
The user who last updated this channel.
|
String |
getLastModifiedDate()
The date and time when this channel was last modified.
|
String |
getPlatform()
The platform type.
|
Integer |
getVersion()
The channel version.
|
int |
hashCode() |
Boolean |
isArchived()
Indicates whether or not the channel is archived.
|
Boolean |
isEnabled()
Indicates whether or not the channel is enabled for sending messages.
|
Boolean |
isHasCredential()
Not used.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The ID of the application to which the channel applies.
|
void |
setCreationDate(String creationDate)
The date and time when this channel was created.
|
void |
setEnabled(Boolean enabled)
Indicates whether or not the channel is enabled for sending messages.
|
void |
setHasCredential(Boolean hasCredential)
Not used.
|
void |
setId(String id)
(Deprecated) An identifier for the channel.
|
void |
setIsArchived(Boolean isArchived)
Indicates whether or not the channel is archived.
|
void |
setLastModifiedBy(String lastModifiedBy)
The user who last updated this channel.
|
void |
setLastModifiedDate(String lastModifiedDate)
The date and time when this channel was last modified.
|
void |
setPlatform(String platform)
The platform type.
|
void |
setVersion(Integer version)
The channel version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ADMChannelResponse |
withApplicationId(String applicationId)
The ID of the application to which the channel applies.
|
ADMChannelResponse |
withCreationDate(String creationDate)
The date and time when this channel was created.
|
ADMChannelResponse |
withEnabled(Boolean enabled)
Indicates whether or not the channel is enabled for sending messages.
|
ADMChannelResponse |
withHasCredential(Boolean hasCredential)
Not used.
|
ADMChannelResponse |
withId(String id)
(Deprecated) An identifier for the channel.
|
ADMChannelResponse |
withIsArchived(Boolean isArchived)
Indicates whether or not the channel is archived.
|
ADMChannelResponse |
withLastModifiedBy(String lastModifiedBy)
The user who last updated this channel.
|
ADMChannelResponse |
withLastModifiedDate(String lastModifiedDate)
The date and time when this channel was last modified.
|
ADMChannelResponse |
withPlatform(String platform)
The platform type.
|
ADMChannelResponse |
withVersion(Integer version)
The channel version.
|
public void setApplicationId(String applicationId)
applicationId
- The ID of the application to which the channel applies.public String getApplicationId()
public ADMChannelResponse withApplicationId(String applicationId)
applicationId
- The ID of the application to which the channel applies.public void setCreationDate(String creationDate)
creationDate
- The date and time when this channel was created.public String getCreationDate()
public ADMChannelResponse withCreationDate(String creationDate)
creationDate
- The date and time when this channel was created.public void setEnabled(Boolean enabled)
enabled
- Indicates whether or not the channel is enabled for sending messages.public Boolean getEnabled()
public ADMChannelResponse withEnabled(Boolean enabled)
enabled
- Indicates whether or not the channel is enabled for sending messages.public Boolean isEnabled()
public void setHasCredential(Boolean hasCredential)
hasCredential
- Not used. Retained for backwards compatibility.public Boolean getHasCredential()
public ADMChannelResponse withHasCredential(Boolean hasCredential)
hasCredential
- Not used. Retained for backwards compatibility.public Boolean isHasCredential()
public void setId(String id)
id
- (Deprecated) An identifier for the channel. Retained for backwards compatibility.public String getId()
public ADMChannelResponse withId(String id)
id
- (Deprecated) An identifier for the channel. Retained for backwards compatibility.public void setIsArchived(Boolean isArchived)
isArchived
- Indicates whether or not the channel is archived.public Boolean getIsArchived()
public ADMChannelResponse withIsArchived(Boolean isArchived)
isArchived
- Indicates whether or not the channel is archived.public Boolean isArchived()
public void setLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- The user who last updated this channel.public String getLastModifiedBy()
public ADMChannelResponse withLastModifiedBy(String lastModifiedBy)
lastModifiedBy
- The user who last updated this channel.public void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- The date and time when this channel was last modified.public String getLastModifiedDate()
public ADMChannelResponse withLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- The date and time when this channel was last modified.public void setPlatform(String platform)
platform
- The platform type. For this channel, the value is always "ADM."public String getPlatform()
public ADMChannelResponse withPlatform(String platform)
platform
- The platform type. For this channel, the value is always "ADM."public void setVersion(Integer version)
version
- The channel version.public Integer getVersion()
public ADMChannelResponse withVersion(Integer version)
version
- The channel version.public String toString()
toString
in class Object
Object.toString()
public ADMChannelResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.