@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCreatedArtifactsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCreatedArtifactsResult() |
Modifier and Type | Method and Description |
---|---|
ListCreatedArtifactsResult |
clone() |
boolean |
equals(Object obj) |
List<CreatedArtifact> |
getCreatedArtifactList()
List of created artifacts up to the maximum number of results specified in the request.
|
String |
getNextToken()
If there are more created artifacts than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
int |
hashCode() |
void |
setCreatedArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
void |
setNextToken(String nextToken)
If there are more created artifacts than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListCreatedArtifactsResult |
withCreatedArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResult |
withCreatedArtifactList(CreatedArtifact... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
|
ListCreatedArtifactsResult |
withNextToken(String nextToken)
If there are more created artifacts than the max result, return the next token to be passed to the next call as a
bookmark of where to start from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more created artifacts than the max result, return the next token to be passed to the next
call as a bookmark of where to start from.public String getNextToken()
If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
public ListCreatedArtifactsResult withNextToken(String nextToken)
If there are more created artifacts than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more created artifacts than the max result, return the next token to be passed to the next
call as a bookmark of where to start from.public List<CreatedArtifact> getCreatedArtifactList()
List of created artifacts up to the maximum number of results specified in the request.
public void setCreatedArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
createdArtifactList
- List of created artifacts up to the maximum number of results specified in the request.public ListCreatedArtifactsResult withCreatedArtifactList(CreatedArtifact... createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
NOTE: This method appends the values to the existing list (if any). Use
setCreatedArtifactList(java.util.Collection)
or withCreatedArtifactList(java.util.Collection)
if you want to override the existing values.
createdArtifactList
- List of created artifacts up to the maximum number of results specified in the request.public ListCreatedArtifactsResult withCreatedArtifactList(Collection<CreatedArtifact> createdArtifactList)
List of created artifacts up to the maximum number of results specified in the request.
createdArtifactList
- List of created artifacts up to the maximum number of results specified in the request.public String toString()
toString
in class Object
Object.toString()
public ListCreatedArtifactsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.