@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NamedEntityRef extends Object implements Serializable, Cloneable, StructuredPojo
The definition for a NamedEntityRef.
| Constructor and Description |
|---|
NamedEntityRef() |
| Modifier and Type | Method and Description |
|---|---|
NamedEntityRef |
clone() |
boolean |
equals(Object obj) |
String |
getNamedEntityName()
The
NamedEntityName for the NamedEntityRef. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNamedEntityName(String namedEntityName)
The
NamedEntityName for the NamedEntityRef. |
String |
toString()
Returns a string representation of this object.
|
NamedEntityRef |
withNamedEntityName(String namedEntityName)
The
NamedEntityName for the NamedEntityRef. |
public void setNamedEntityName(String namedEntityName)
The NamedEntityName for the NamedEntityRef.
namedEntityName - The NamedEntityName for the NamedEntityRef.public String getNamedEntityName()
The NamedEntityName for the NamedEntityRef.
NamedEntityName for the NamedEntityRef.public NamedEntityRef withNamedEntityName(String namedEntityName)
The NamedEntityName for the NamedEntityRef.
namedEntityName - The NamedEntityName for the NamedEntityRef.public String toString()
toString in class ObjectObject.toString()public NamedEntityRef clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.