@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 framework.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
The list of metadata objects for the framework.
|
void |
setNextToken(String nextToken)
The pagination token that's 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 framework.
|
ListAssessmentFrameworksResult |
withFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
The list of metadata objects for the framework.
|
ListAssessmentFrameworksResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AssessmentFrameworkMetadata> getFrameworkMetadataList()
The list of metadata objects for the framework.
public void setFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
The list of metadata objects for the framework.
frameworkMetadataList - The list of metadata objects for the framework.public ListAssessmentFrameworksResult withFrameworkMetadataList(AssessmentFrameworkMetadata... frameworkMetadataList)
The list of metadata objects for the 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 framework.public ListAssessmentFrameworksResult withFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
The list of metadata objects for the framework.
frameworkMetadataList - The list of metadata objects for the framework.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListAssessmentFrameworksResult withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String toString()
toString in class ObjectObject.toString()public ListAssessmentFrameworksResult clone()
Copyright © 2022. All rights reserved.