public class SnsCredentials extends Object implements Serializable
| Constructor and Description |
|---|
SnsCredentials() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey()
Get the API key.
|
String |
getApiSecret()
Get the API secret.
|
Sns |
getSns()
Get the SNS.
|
SnsCredentials |
setApiKey(String apiKey)
Set the API key.
|
SnsCredentials |
setApiSecret(String apiSecret)
Set the API secret.
|
SnsCredentials |
setSns(Sns sns)
Set the SNS.
|
public Sns getSns()
public SnsCredentials setSns(Sns sns)
sns - The SNS.this object.public String getApiKey()
public SnsCredentials setApiKey(String apiKey)
apiKey - The API key.this object.public String getApiSecret()
public SnsCredentials setApiSecret(String apiSecret)
apiSecret - The API secret.this object.Copyright © 2019. All rights reserved.