@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentBuildVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListComponentBuildVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListComponentBuildVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<ComponentSummary> |
getComponentSummaryList()
The list of component summaries for the specified semantic version.
|
String |
getNextToken()
The next token used for paginated responses.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setComponentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
|
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentBuildVersionsResult |
withComponentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
|
ListComponentBuildVersionsResult |
withComponentSummaryList(ComponentSummary... componentSummaryList)
The list of component summaries for the specified semantic version.
|
ListComponentBuildVersionsResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListComponentBuildVersionsResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public ListComponentBuildVersionsResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public List<ComponentSummary> getComponentSummaryList()
The list of component summaries for the specified semantic version.
public void setComponentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
componentSummaryList
- The list of component summaries for the specified semantic version.public ListComponentBuildVersionsResult withComponentSummaryList(ComponentSummary... componentSummaryList)
The list of component summaries for the specified semantic version.
NOTE: This method appends the values to the existing list (if any). Use
setComponentSummaryList(java.util.Collection)
or withComponentSummaryList(java.util.Collection)
if you want to override the existing values.
componentSummaryList
- The list of component summaries for the specified semantic version.public ListComponentBuildVersionsResult withComponentSummaryList(Collection<ComponentSummary> componentSummaryList)
The list of component summaries for the specified semantic version.
componentSummaryList
- The list of component summaries for the specified semantic version.public void setNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String getNextToken()
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
public ListComponentBuildVersionsResult withNextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this field isn't empty, there are additional elements
that the service hasn't included in this request. Use this token with the next request to retrieve
additional objects.public String toString()
toString
in class Object
Object.toString()
public ListComponentBuildVersionsResult clone()