@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class APNSVoipSandboxChannelRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
APNSVoipSandboxChannelRequest() |
Modifier and Type | Method and Description |
---|---|
APNSVoipSandboxChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBundleId()
The bundle id used for APNs Tokens.
|
String |
getCertificate()
The distribution certificate from Apple.
|
String |
getDefaultAuthenticationMethod()
The default authentication method used for APNs.
|
Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
String |
getPrivateKey()
The certificate private key.
|
String |
getTeamId()
The team id used for APNs Tokens.
|
String |
getTokenKey()
The token key used for APNs Tokens.
|
String |
getTokenKeyId()
The token key used for APNs Tokens.
|
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 |
setBundleId(String bundleId)
The bundle id used for APNs Tokens.
|
void |
setCertificate(String certificate)
The distribution certificate from Apple.
|
void |
setDefaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
void |
setEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setPrivateKey(String privateKey)
The certificate private key.
|
void |
setTeamId(String teamId)
The team id used for APNs Tokens.
|
void |
setTokenKey(String tokenKey)
The token key used for APNs Tokens.
|
void |
setTokenKeyId(String tokenKeyId)
The token key used for APNs Tokens.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
APNSVoipSandboxChannelRequest |
withBundleId(String bundleId)
The bundle id used for APNs Tokens.
|
APNSVoipSandboxChannelRequest |
withCertificate(String certificate)
The distribution certificate from Apple.
|
APNSVoipSandboxChannelRequest |
withDefaultAuthenticationMethod(String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
APNSVoipSandboxChannelRequest |
withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
APNSVoipSandboxChannelRequest |
withPrivateKey(String privateKey)
The certificate private key.
|
APNSVoipSandboxChannelRequest |
withTeamId(String teamId)
The team id used for APNs Tokens.
|
APNSVoipSandboxChannelRequest |
withTokenKey(String tokenKey)
The token key used for APNs Tokens.
|
APNSVoipSandboxChannelRequest |
withTokenKeyId(String tokenKeyId)
The token key used for APNs Tokens.
|
public void setBundleId(String bundleId)
bundleId
- The bundle id used for APNs Tokens.public String getBundleId()
public APNSVoipSandboxChannelRequest withBundleId(String bundleId)
bundleId
- The bundle id used for APNs Tokens.public void setCertificate(String certificate)
certificate
- The distribution certificate from Apple.public String getCertificate()
public APNSVoipSandboxChannelRequest withCertificate(String certificate)
certificate
- The distribution certificate from Apple.public void setDefaultAuthenticationMethod(String defaultAuthenticationMethod)
defaultAuthenticationMethod
- The default authentication method used for APNs.public String getDefaultAuthenticationMethod()
public APNSVoipSandboxChannelRequest withDefaultAuthenticationMethod(String defaultAuthenticationMethod)
defaultAuthenticationMethod
- The default authentication method used for APNs.public void setEnabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.public Boolean getEnabled()
public APNSVoipSandboxChannelRequest 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 APNSVoipSandboxChannelRequest withPrivateKey(String privateKey)
privateKey
- The certificate private key.public void setTeamId(String teamId)
teamId
- The team id used for APNs Tokens.public String getTeamId()
public APNSVoipSandboxChannelRequest withTeamId(String teamId)
teamId
- The team id used for APNs Tokens.public void setTokenKey(String tokenKey)
tokenKey
- The token key used for APNs Tokens.public String getTokenKey()
public APNSVoipSandboxChannelRequest withTokenKey(String tokenKey)
tokenKey
- The token key used for APNs Tokens.public void setTokenKeyId(String tokenKeyId)
tokenKeyId
- The token key used for APNs Tokens.public String getTokenKeyId()
public APNSVoipSandboxChannelRequest withTokenKeyId(String tokenKeyId)
tokenKeyId
- The token key used for APNs Tokens.public String toString()
toString
in class Object
Object.toString()
public APNSVoipSandboxChannelRequest 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.