@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBehaviorModelTrainingSummariesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBehaviorModelTrainingSummariesResult() |
Modifier and Type | Method and Description |
---|---|
GetBehaviorModelTrainingSummariesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
List<BehaviorModelTrainingSummary> |
getSummaries()
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
void |
setSummaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
String |
toString()
Returns a string representation of this object.
|
GetBehaviorModelTrainingSummariesResult |
withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
GetBehaviorModelTrainingSummariesResult |
withSummaries(BehaviorModelTrainingSummary... summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
GetBehaviorModelTrainingSummariesResult |
withSummaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetBehaviorModelTrainingSummariesResult()
public List<BehaviorModelTrainingSummary> getSummaries()
A list of all ML Detect behaviors and their model status for a given Security Profile.
public void setSummaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
summaries
- A list of all ML Detect behaviors and their model status for a given Security Profile.public GetBehaviorModelTrainingSummariesResult withSummaries(BehaviorModelTrainingSummary... summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
NOTE: This method appends the values to the existing list (if any). Use
setSummaries(java.util.Collection)
or withSummaries(java.util.Collection)
if you want to
override the existing values.
summaries
- A list of all ML Detect behaviors and their model status for a given Security Profile.public GetBehaviorModelTrainingSummariesResult withSummaries(Collection<BehaviorModelTrainingSummary> summaries)
A list of all ML Detect behaviors and their model status for a given Security Profile.
summaries
- A list of all ML Detect behaviors and their model status for a given Security Profile.public void setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String getNextToken()
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
null
if there are no
additional results.public GetBehaviorModelTrainingSummariesResult withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String toString()
toString
in class Object
Object.toString()
public GetBehaviorModelTrainingSummariesResult clone()