@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class APNSSandboxChannelRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
APNSSandboxChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
APNSSandboxChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCertificate()
The distribution certificate from Apple.
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
String |
getPrivateKey()
The certificate private key.
|
int |
hashCode() |
Boolean |
isEnabled()
If the channel is enabled for sending messages.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCertificate(String certificate)
The distribution certificate from Apple.
|
void |
setEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setPrivateKey(String privateKey)
The certificate private key.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
APNSSandboxChannelRequest |
withCertificate(String certificate)
The distribution certificate from Apple.
|
APNSSandboxChannelRequest |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
APNSSandboxChannelRequest |
withPrivateKey(String privateKey)
The certificate private key.
|
public void setCertificate(String certificate)
certificate - The distribution certificate from Apple.public String getCertificate()
public APNSSandboxChannelRequest withCertificate(String certificate)
certificate - The distribution certificate from Apple.public void setEnabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.public Boolean getEnabled()
public APNSSandboxChannelRequest withEnabled(Boolean enabled)
enabled - If the channel is enabled for sending messages.public Boolean isEnabled()
public void setPrivateKey(String privateKey)
privateKey - The certificate private key.public String getPrivateKey()
public APNSSandboxChannelRequest withPrivateKey(String privateKey)
privateKey - The certificate private key.public String toString()
toString in class ObjectObject.toString()public APNSSandboxChannelRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.