@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssessmentFrameworksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAssessmentFrameworksResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworksResult |
clone() |
boolean |
equals(Object obj) |
List<AssessmentFrameworkMetadata> |
getFrameworkMetadataList()
The list of metadata objects for the specified framework.
|
String |
getNextToken()
The pagination token used to fetch the next set of results.
|
int |
hashCode() |
void |
setFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
The list of metadata objects for the specified framework.
|
void |
setNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAssessmentFrameworksResult |
withFrameworkMetadataList(AssessmentFrameworkMetadata... frameworkMetadataList)
The list of metadata objects for the specified framework.
|
ListAssessmentFrameworksResult |
withFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
The list of metadata objects for the specified framework.
|
ListAssessmentFrameworksResult |
withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AssessmentFrameworkMetadata> getFrameworkMetadataList()
The list of metadata objects for the specified framework.
public void setFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
The list of metadata objects for the specified framework.
frameworkMetadataList - The list of metadata objects for the specified framework.public ListAssessmentFrameworksResult withFrameworkMetadataList(AssessmentFrameworkMetadata... frameworkMetadataList)
The list of metadata objects for the specified framework.
NOTE: This method appends the values to the existing list (if any). Use
setFrameworkMetadataList(java.util.Collection) or
withFrameworkMetadataList(java.util.Collection) if you want to override the existing values.
frameworkMetadataList - The list of metadata objects for the specified framework.public ListAssessmentFrameworksResult withFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
The list of metadata objects for the specified framework.
frameworkMetadataList - The list of metadata objects for the specified framework.public void setNextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken - The pagination token used to fetch the next set of results.public String getNextToken()
The pagination token used to fetch the next set of results.
public ListAssessmentFrameworksResult withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken - The pagination token used to fetch the next set of results.public String toString()
toString in class ObjectObject.toString()public ListAssessmentFrameworksResult clone()
Copyright © 2021. All rights reserved.