@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetLinkAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Retrieves attributes that are associated with a typed link inside a BatchRead operation. For more information, see GetLinkAttributes and BatchReadRequest$Operations.
Constructor and Description |
---|
BatchGetLinkAttributes() |
Modifier and Type | Method and Description |
---|---|
BatchGetLinkAttributes |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAttributeNames()
A list of attribute names whose values will be retrieved.
|
TypedLinkSpecifier |
getTypedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
|
void |
setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetLinkAttributes |
withAttributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
|
BatchGetLinkAttributes |
withAttributeNames(String... attributeNames)
A list of attribute names whose values will be retrieved.
|
BatchGetLinkAttributes |
withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
public void setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
typedLinkSpecifier
- Allows a typed link specifier to be accepted as input.public TypedLinkSpecifier getTypedLinkSpecifier()
Allows a typed link specifier to be accepted as input.
public BatchGetLinkAttributes withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
typedLinkSpecifier
- Allows a typed link specifier to be accepted as input.public List<String> getAttributeNames()
A list of attribute names whose values will be retrieved.
public void setAttributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
attributeNames
- A list of attribute names whose values will be retrieved.public BatchGetLinkAttributes withAttributeNames(String... attributeNames)
A list of attribute names whose values will be retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setAttributeNames(java.util.Collection)
or withAttributeNames(java.util.Collection)
if you want
to override the existing values.
attributeNames
- A list of attribute names whose values will be retrieved.public BatchGetLinkAttributes withAttributeNames(Collection<String> attributeNames)
A list of attribute names whose values will be retrieved.
attributeNames
- A list of attribute names whose values will be retrieved.public String toString()
toString
in class Object
Object.toString()
public BatchGetLinkAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.