public class

SetTopicAttributesRequestExpressionHolder

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

Summary

Fields
protected String _attributeNameType
protected String _attributeValueType
protected String _topicArnType
protected Object attributeName
protected Object attributeValue
protected Object topicArn
Public Constructors
SetTopicAttributesRequestExpressionHolder()
Public Methods
Object getAttributeName()
Retrieves attributeName
Object getAttributeValue()
Retrieves attributeValue
Object getTopicArn()
Retrieves topicArn
void setAttributeName(Object value)
Sets attributeName
void setAttributeValue(Object value)
Sets attributeValue
void setTopicArn(Object value)
Sets topicArn
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _attributeNameType

protected String _attributeValueType

protected String _topicArnType

protected Object attributeName

protected Object attributeValue

protected Object topicArn

Public Constructors

public SetTopicAttributesRequestExpressionHolder ()

Public Methods

public Object getAttributeName ()

Retrieves attributeName

public Object getAttributeValue ()

Retrieves attributeValue

public Object getTopicArn ()

Retrieves topicArn

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 setTopicArn (Object value)

Sets topicArn

Parameters
value Value to set