@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttachedLinksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAttachedLinksResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAttachedLinksResult |
clone() |
boolean |
equals(Object obj) |
List<ListAttachedLinksItem> |
getItems()
An array of structures that contain the information about the attached links.
|
String |
getNextToken()
The token to use when requesting the next set of links.
|
int |
hashCode() |
void |
setItems(Collection<ListAttachedLinksItem> items)
An array of structures that contain the information about the attached links.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of links.
|
String |
toString()
Returns a string representation of this object.
|
ListAttachedLinksResult |
withItems(Collection<ListAttachedLinksItem> items)
An array of structures that contain the information about the attached links.
|
ListAttachedLinksResult |
withItems(ListAttachedLinksItem... items)
An array of structures that contain the information about the attached links.
|
ListAttachedLinksResult |
withNextToken(String nextToken)
The token to use when requesting the next set of links.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ListAttachedLinksItem> getItems()
An array of structures that contain the information about the attached links.
public void setItems(Collection<ListAttachedLinksItem> items)
An array of structures that contain the information about the attached links.
items - An array of structures that contain the information about the attached links.public ListAttachedLinksResult withItems(ListAttachedLinksItem... items)
An array of structures that contain the information about the attached links.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - An array of structures that contain the information about the attached links.public ListAttachedLinksResult withItems(Collection<ListAttachedLinksItem> items)
An array of structures that contain the information about the attached links.
items - An array of structures that contain the information about the attached links.public void setNextToken(String nextToken)
The token to use when requesting the next set of links.
nextToken - The token to use when requesting the next set of links.public String getNextToken()
The token to use when requesting the next set of links.
public ListAttachedLinksResult withNextToken(String nextToken)
The token to use when requesting the next set of links.
nextToken - The token to use when requesting the next set of links.public String toString()
toString in class ObjectObject.toString()public ListAttachedLinksResult clone()
Copyright © 2025. All rights reserved.