@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) |
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)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.