Class SnsCredentials

    • Constructor Detail

      • SnsCredentials

        public SnsCredentials()
    • Method Detail

      • getSns

        public Sns getSns()
        Get the SNS.
        Returns:
        The SNS.
      • setSns

        public SnsCredentials setSns​(Sns sns)
        Set the SNS.
        Parameters:
        sns - The SNS.
        Returns:
        this object.
      • getApiKey

        public String getApiKey()
        Get the API key.
        Returns:
        The API key.
      • setApiKey

        public SnsCredentials setApiKey​(String apiKey)
        Set the API key.
        Parameters:
        apiKey - The API key.
        Returns:
        this object.
      • getApiSecret

        public String getApiSecret()
        Get the API secret.
        Returns:
        The API secret.
      • setApiSecret

        public SnsCredentials setApiSecret​(String apiSecret)
        Set the API secret.
        Parameters:
        apiSecret - The API secret.
        Returns:
        this object.