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