public class

ConfirmSubscriptionRequestExpressionHolder

extends Object
java.lang.Object
   ↳ com.amazonaws.services.sns.model.holders.ConfirmSubscriptionRequestExpressionHolder

Summary

Fields
protected String _authenticateOnUnsubscribeType
protected String _tokenType
protected String _topicArnType
protected Object authenticateOnUnsubscribe
protected Object token
protected Object topicArn
Public Constructors
ConfirmSubscriptionRequestExpressionHolder()
Public Methods
Object getAuthenticateOnUnsubscribe()
Retrieves authenticateOnUnsubscribe
Object getToken()
Retrieves token
Object getTopicArn()
Retrieves topicArn
void setAuthenticateOnUnsubscribe(Object value)
Sets authenticateOnUnsubscribe
void setToken(Object value)
Sets token
void setTopicArn(Object value)
Sets topicArn
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _authenticateOnUnsubscribeType

protected String _tokenType

protected String _topicArnType

protected Object authenticateOnUnsubscribe

protected Object token

protected Object topicArn

Public Constructors

public ConfirmSubscriptionRequestExpressionHolder ()

Public Methods

public Object getAuthenticateOnUnsubscribe ()

Retrieves authenticateOnUnsubscribe

public Object getToken ()

Retrieves token

public Object getTopicArn ()

Retrieves topicArn

public void setAuthenticateOnUnsubscribe (Object value)

Sets authenticateOnUnsubscribe

Parameters
value Value to set

public void setToken (Object value)

Sets token

Parameters
value Value to set

public void setTopicArn (Object value)

Sets topicArn

Parameters
value Value to set