@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFrameworksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFrameworksResult() |
Modifier and Type | Method and Description |
---|---|
ListFrameworksResult |
clone() |
boolean |
equals(Object obj) |
List<Framework> |
getFrameworks()
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN),
description, number of controls, creation time, and deployment status.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
int |
hashCode() |
void |
setFrameworks(Collection<Framework> frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN),
description, number of controls, creation time, and deployment status.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListFrameworksResult |
withFrameworks(Collection<Framework> frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN),
description, number of controls, creation time, and deployment status.
|
ListFrameworksResult |
withFrameworks(Framework... frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN),
description, number of controls, creation time, and deployment status.
|
ListFrameworksResult |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Framework> getFrameworks()
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
public void setFrameworks(Collection<Framework> frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
frameworks
- A list of frameworks with details for each framework, including the framework name, Amazon Resource Name
(ARN), description, number of controls, creation time, and deployment status.public ListFrameworksResult withFrameworks(Framework... frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
NOTE: This method appends the values to the existing list (if any). Use
setFrameworks(java.util.Collection)
or withFrameworks(java.util.Collection)
if you want to
override the existing values.
frameworks
- A list of frameworks with details for each framework, including the framework name, Amazon Resource Name
(ARN), description, number of controls, creation time, and deployment status.public ListFrameworksResult withFrameworks(Collection<Framework> frameworks)
A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
frameworks
- A list of frameworks with details for each framework, including the framework name, Amazon Resource Name
(ARN), description, number of controls, creation time, and deployment status.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListFrameworksResult withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String toString()
toString
in class Object
Object.toString()
public ListFrameworksResult clone()