public class APNSVoipSandboxChannelRequest
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
APNSVoipSandboxChannelRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBundleId()
The bundle id used for APNs Tokens.
|
java.lang.String |
getCertificate()
The distribution certificate from Apple.
|
java.lang.String |
getDefaultAuthenticationMethod()
The default authentication method used for APNs.
|
java.lang.Boolean |
getEnabled()
If the channel is enabled for sending messages.
|
java.lang.String |
getPrivateKey()
The certificate private key.
|
java.lang.String |
getTeamId()
The team id used for APNs Tokens.
|
java.lang.String |
getTokenKey()
The token key used for APNs Tokens.
|
java.lang.String |
getTokenKeyId()
The token key used for APNs Tokens.
|
int |
hashCode() |
java.lang.Boolean |
isEnabled()
If the channel is enabled for sending messages.
|
void |
setBundleId(java.lang.String bundleId)
The bundle id used for APNs Tokens.
|
void |
setCertificate(java.lang.String certificate)
The distribution certificate from Apple.
|
void |
setDefaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
void |
setEnabled(java.lang.Boolean enabled)
If the channel is enabled for sending messages.
|
void |
setPrivateKey(java.lang.String privateKey)
The certificate private key.
|
void |
setTeamId(java.lang.String teamId)
The team id used for APNs Tokens.
|
void |
setTokenKey(java.lang.String tokenKey)
The token key used for APNs Tokens.
|
void |
setTokenKeyId(java.lang.String tokenKeyId)
The token key used for APNs Tokens.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
APNSVoipSandboxChannelRequest |
withBundleId(java.lang.String bundleId)
The bundle id used for APNs Tokens.
|
APNSVoipSandboxChannelRequest |
withCertificate(java.lang.String certificate)
The distribution certificate from Apple.
|
APNSVoipSandboxChannelRequest |
withDefaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
The default authentication method used for APNs.
|
APNSVoipSandboxChannelRequest |
withEnabled(java.lang.Boolean enabled)
If the channel is enabled for sending messages.
|
APNSVoipSandboxChannelRequest |
withPrivateKey(java.lang.String privateKey)
The certificate private key.
|
APNSVoipSandboxChannelRequest |
withTeamId(java.lang.String teamId)
The team id used for APNs Tokens.
|
APNSVoipSandboxChannelRequest |
withTokenKey(java.lang.String tokenKey)
The token key used for APNs Tokens.
|
APNSVoipSandboxChannelRequest |
withTokenKeyId(java.lang.String tokenKeyId)
The token key used for APNs Tokens.
|
public java.lang.String getBundleId()
public void setBundleId(java.lang.String bundleId)
bundleId
- The bundle id used for APNs Tokens.public APNSVoipSandboxChannelRequest withBundleId(java.lang.String bundleId)
Returns a reference to this object so that method calls can be chained together.
bundleId
- The bundle id used for APNs Tokens.public java.lang.String getCertificate()
public void setCertificate(java.lang.String certificate)
certificate
- The distribution certificate from Apple.public APNSVoipSandboxChannelRequest withCertificate(java.lang.String certificate)
Returns a reference to this object so that method calls can be chained together.
certificate
- The distribution certificate from Apple.public java.lang.String getDefaultAuthenticationMethod()
public void setDefaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
defaultAuthenticationMethod
- The default authentication method used
for APNs.public APNSVoipSandboxChannelRequest withDefaultAuthenticationMethod(java.lang.String defaultAuthenticationMethod)
Returns a reference to this object so that method calls can be chained together.
defaultAuthenticationMethod
- The default authentication method used
for APNs.public java.lang.Boolean isEnabled()
public java.lang.Boolean getEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled
- If the channel is enabled for sending messages.public APNSVoipSandboxChannelRequest withEnabled(java.lang.Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled
- If the channel is enabled for sending messages.public java.lang.String getPrivateKey()
public void setPrivateKey(java.lang.String privateKey)
privateKey
- The certificate private key.public APNSVoipSandboxChannelRequest withPrivateKey(java.lang.String privateKey)
Returns a reference to this object so that method calls can be chained together.
privateKey
- The certificate private key.public java.lang.String getTeamId()
public void setTeamId(java.lang.String teamId)
teamId
- The team id used for APNs Tokens.public APNSVoipSandboxChannelRequest withTeamId(java.lang.String teamId)
Returns a reference to this object so that method calls can be chained together.
teamId
- The team id used for APNs Tokens.public java.lang.String getTokenKey()
public void setTokenKey(java.lang.String tokenKey)
tokenKey
- The token key used for APNs Tokens.public APNSVoipSandboxChannelRequest withTokenKey(java.lang.String tokenKey)
Returns a reference to this object so that method calls can be chained together.
tokenKey
- The token key used for APNs Tokens.public java.lang.String getTokenKeyId()
public void setTokenKeyId(java.lang.String tokenKeyId)
tokenKeyId
- The token key used for APNs Tokens.public APNSVoipSandboxChannelRequest withTokenKeyId(java.lang.String tokenKeyId)
Returns a reference to this object so that method calls can be chained together.
tokenKeyId
- The token key used for APNs Tokens.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.