public class

SetSubscriptionAttributesRequestExpressionHolder

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

Summary

Fields
protected String _attributeNameType
protected String _attributeValueType
protected String _subscriptionArnType
protected Object attributeName
protected Object attributeValue
protected Object subscriptionArn
Public Constructors
SetSubscriptionAttributesRequestExpressionHolder()
Public Methods
Object getAttributeName()
Retrieves attributeName
Object getAttributeValue()
Retrieves attributeValue
Object getSubscriptionArn()
Retrieves subscriptionArn
void setAttributeName(Object value)
Sets attributeName
void setAttributeValue(Object value)
Sets attributeValue
void setSubscriptionArn(Object value)
Sets subscriptionArn
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _attributeNameType

protected String _attributeValueType

protected String _subscriptionArnType

protected Object attributeName

protected Object attributeValue

protected Object subscriptionArn

Public Constructors

public SetSubscriptionAttributesRequestExpressionHolder ()

Public Methods

public Object getAttributeName ()

Retrieves attributeName

public Object getAttributeValue ()

Retrieves attributeValue

public Object getSubscriptionArn ()

Retrieves subscriptionArn

public void setAttributeName (Object value)

Sets attributeName

Parameters
value Value to set

public void setAttributeValue (Object value)

Sets attributeValue

Parameters
value Value to set

public void setSubscriptionArn (Object value)

Sets subscriptionArn

Parameters
value Value to set