@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()
A list of metadata that the
ListAssessmentFrameworks API returns for each framework. |
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
A list of metadata that the
ListAssessmentFrameworks API returns for each 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)
A list of metadata that the
ListAssessmentFrameworks API returns for each framework. |
ListAssessmentFrameworksResult |
withFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
A list of metadata that the
ListAssessmentFrameworks API returns for each framework. |
ListAssessmentFrameworksResult |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AssessmentFrameworkMetadata> getFrameworkMetadataList()
A list of metadata that the ListAssessmentFrameworks
API returns for each framework.
ListAssessmentFrameworks
API returns for each framework.public void setFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
A list of metadata that the ListAssessmentFrameworks
API returns for each framework.
frameworkMetadataList
- A list of metadata that the ListAssessmentFrameworks
API returns for each framework.public ListAssessmentFrameworksResult withFrameworkMetadataList(AssessmentFrameworkMetadata... frameworkMetadataList)
A list of metadata that the ListAssessmentFrameworks
API returns for each 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
- A list of metadata that the ListAssessmentFrameworks
API returns for each framework.public ListAssessmentFrameworksResult withFrameworkMetadataList(Collection<AssessmentFrameworkMetadata> frameworkMetadataList)
A list of metadata that the ListAssessmentFrameworks
API returns for each framework.
frameworkMetadataList
- A list of metadata that the ListAssessmentFrameworks
API returns for each 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 Object
Object.toString()
public ListAssessmentFrameworksResult clone()