@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BaiduChannelRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BaiduChannelRequest() |
Modifier and Type | Method and Description |
---|---|
BaiduChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApiKey()
Platform credential API key from Baidu.
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
String |
getSecretKey()
Platform credential Secret key from Baidu.
|
int |
hashCode() |
Boolean |
isEnabled()
If the channel is enabled for sending messages.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApiKey(String apiKey)
Platform credential API key from Baidu.
|
void |
setEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setSecretKey(String secretKey)
Platform credential Secret key from Baidu.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BaiduChannelRequest |
withApiKey(String apiKey)
Platform credential API key from Baidu.
|
BaiduChannelRequest |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
BaiduChannelRequest |
withSecretKey(String secretKey)
Platform credential Secret key from Baidu.
|
public void setApiKey(String apiKey)
apiKey
- Platform credential API key from Baidu.public String getApiKey()
public BaiduChannelRequest withApiKey(String apiKey)
apiKey
- Platform credential API key from Baidu.public void setEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public Boolean getEnabled()
public BaiduChannelRequest withEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public Boolean isEnabled()
public void setSecretKey(String secretKey)
secretKey
- Platform credential Secret key from Baidu.public String getSecretKey()
public BaiduChannelRequest withSecretKey(String secretKey)
secretKey
- Platform credential Secret key from Baidu.public String toString()
toString
in class Object
Object.toString()
public BaiduChannelRequest 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.