@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StringReference extends Object implements Serializable, Cloneable, StructuredPojo
 Information about a reference when the referenceType is STRING. Otherwise, null.
 
| Constructor and Description | 
|---|
StringReference()  | 
| Modifier and Type | Method and Description | 
|---|---|
StringReference | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getName()
 Identifier of the string reference. 
 | 
String | 
getValue()
 A valid string. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setName(String name)
 Identifier of the string reference. 
 | 
void | 
setValue(String value)
 A valid string. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
StringReference | 
withName(String name)
 Identifier of the string reference. 
 | 
StringReference | 
withValue(String value)
 A valid string. 
 | 
public void setName(String name)
Identifier of the string reference.
name - Identifier of the string reference.public String getName()
Identifier of the string reference.
public StringReference withName(String name)
Identifier of the string reference.
name - Identifier of the string reference.public void setValue(String value)
A valid string.
value - A valid string.public String getValue()
A valid string.
public StringReference withValue(String value)
A valid string.
value - A valid string.public String toString()
toString in class ObjectObject.toString()public StringReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.