@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectAssetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProjectAssetsResult() |
Modifier and Type | Method and Description |
---|---|
ListProjectAssetsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAssetIds()
A list that contains the IDs of each asset associated with the project.
|
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
int |
hashCode() |
void |
setAssetIds(Collection<String> assetIds)
A list that contains the IDs of each asset associated with the project.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
String |
toString()
Returns a string representation of this object.
|
ListProjectAssetsResult |
withAssetIds(Collection<String> assetIds)
A list that contains the IDs of each asset associated with the project.
|
ListProjectAssetsResult |
withAssetIds(String... assetIds)
A list that contains the IDs of each asset associated with the project.
|
ListProjectAssetsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getAssetIds()
A list that contains the IDs of each asset associated with the project.
public void setAssetIds(Collection<String> assetIds)
A list that contains the IDs of each asset associated with the project.
assetIds
- A list that contains the IDs of each asset associated with the project.public ListProjectAssetsResult withAssetIds(String... assetIds)
A list that contains the IDs of each asset associated with the project.
NOTE: This method appends the values to the existing list (if any). Use
setAssetIds(java.util.Collection)
or withAssetIds(java.util.Collection)
if you want to override
the existing values.
assetIds
- A list that contains the IDs of each asset associated with the project.public ListProjectAssetsResult withAssetIds(Collection<String> assetIds)
A list that contains the IDs of each asset associated with the project.
assetIds
- A list that contains the IDs of each asset associated with the project.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListProjectAssetsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListProjectAssetsResult clone()