public class ADMChannelRequest
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ADMChannelRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientId()
The Client ID that you obtained from the Amazon App Distribution Portal.
|
java.lang.String |
getClientSecret()
The Client Secret that you obtained from the Amazon App Distribution
Portal.
|
java.lang.Boolean |
getEnabled()
Indicates whether or not the channel is enabled for sending messages.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
Indicates whether or not the channel is enabled for sending messages.
|
void |
setClientId(java.lang.String clientId)
The Client ID that you obtained from the Amazon App Distribution Portal.
|
void |
setClientSecret(java.lang.String clientSecret)
The Client Secret that you obtained from the Amazon App Distribution
Portal.
|
void |
setEnabled(java.lang.Boolean enabled)
Indicates whether or not the channel is enabled for sending messages.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ADMChannelRequest |
withClientId(java.lang.String clientId)
The Client ID that you obtained from the Amazon App Distribution Portal.
|
ADMChannelRequest |
withClientSecret(java.lang.String clientSecret)
The Client Secret that you obtained from the Amazon App Distribution
Portal.
|
ADMChannelRequest |
withEnabled(java.lang.Boolean enabled)
Indicates whether or not the channel is enabled for sending messages.
|
public java.lang.String getClientId()
public void setClientId(java.lang.String clientId)
clientId
- The Client ID that you obtained from the Amazon App
Distribution Portal.public ADMChannelRequest withClientId(java.lang.String clientId)
Returns a reference to this object so that method calls can be chained together.
clientId
- The Client ID that you obtained from the Amazon App
Distribution Portal.public java.lang.String getClientSecret()
public void setClientSecret(java.lang.String clientSecret)
clientSecret
- The Client Secret that you obtained from the Amazon
App Distribution Portal.public ADMChannelRequest withClientSecret(java.lang.String clientSecret)
Returns a reference to this object so that method calls can be chained together.
clientSecret
- The Client Secret that you obtained from the Amazon
App Distribution Portal.public java.lang.Boolean isEnabled()
public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled
- Indicates whether or not the channel is enabled for
sending messages.public ADMChannelRequest withEnabled(java.lang.Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled
- Indicates whether or not the channel is enabled for
sending messages.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.