@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetLinkAttributesResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a GetLinkAttributes response operation.
| Constructor and Description |
|---|
BatchGetLinkAttributesResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetLinkAttributesResponse |
clone() |
boolean |
equals(Object obj) |
List<AttributeKeyAndValue> |
getAttributes()
The attributes that are associated with the typed link.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetLinkAttributesResponse |
withAttributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
|
BatchGetLinkAttributesResponse |
withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
public List<AttributeKeyAndValue> getAttributes()
The attributes that are associated with the typed link.
public void setAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
attributes - The attributes that are associated with the typed link.public BatchGetLinkAttributesResponse withAttributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection) or withAttributes(java.util.Collection) if you want to
override the existing values.
attributes - The attributes that are associated with the typed link.public BatchGetLinkAttributesResponse withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
attributes - The attributes that are associated with the typed link.public String toString()
toString in class ObjectObject.toString()public BatchGetLinkAttributesResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.