@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateLinkAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Updates a given typed link’s attributes inside a BatchRead operation. Attributes to be updated must not
contribute to the typed link’s identity, as defined by its IdentityAttributeOrder
. For more information,
see UpdateLinkAttributes and BatchReadRequest$Operations.
Constructor and Description |
---|
BatchUpdateLinkAttributes() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateLinkAttributes |
clone() |
boolean |
equals(Object obj) |
List<LinkAttributeUpdate> |
getAttributeUpdates()
The attributes update structure.
|
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 |
setAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
void |
setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Allows a typed link specifier to be accepted as input.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateLinkAttributes |
withAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
|
BatchUpdateLinkAttributes |
withAttributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
|
BatchUpdateLinkAttributes |
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 BatchUpdateLinkAttributes 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<LinkAttributeUpdate> getAttributeUpdates()
The attributes update structure.
public void setAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
attributeUpdates
- The attributes update structure.public BatchUpdateLinkAttributes withAttributeUpdates(LinkAttributeUpdate... attributeUpdates)
The attributes update structure.
NOTE: This method appends the values to the existing list (if any). Use
setAttributeUpdates(java.util.Collection)
or withAttributeUpdates(java.util.Collection)
if you
want to override the existing values.
attributeUpdates
- The attributes update structure.public BatchUpdateLinkAttributes withAttributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)
The attributes update structure.
attributeUpdates
- The attributes update structure.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateLinkAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.