public class GetBehaviorModelTrainingSummariesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns a Device Defender's ML Detect Security Profile training model's status.
Constructor and Description |
---|
GetBehaviorModelTrainingSummariesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxResults()
The maximum number of results to return at one time.
|
java.lang.String |
getNextToken()
The token for the next set of results.
|
java.lang.String |
getSecurityProfileName()
The name of the security profile.
|
int |
hashCode() |
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results.
|
void |
setSecurityProfileName(java.lang.String securityProfileName)
The name of the security profile.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetBehaviorModelTrainingSummariesRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
GetBehaviorModelTrainingSummariesRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
GetBehaviorModelTrainingSummariesRequest |
withSecurityProfileName(java.lang.String securityProfileName)
The name of the security profile.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public GetBehaviorModelTrainingSummariesRequest()
public java.lang.String getSecurityProfileName()
The name of the security profile.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the security profile.
public void setSecurityProfileName(java.lang.String securityProfileName)
The name of the security profile.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
securityProfileName
- The name of the security profile.
public GetBehaviorModelTrainingSummariesRequest withSecurityProfileName(java.lang.String securityProfileName)
The name of the security profile.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
securityProfileName
- The name of the security profile.
public java.lang.Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
Constraints:
Range: 1 - 10
The maximum number of results to return at one time. The default is 25.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Constraints:
Range: 1 - 10
maxResults
- The maximum number of results to return at one time. The default is 25.
public GetBehaviorModelTrainingSummariesRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 10
maxResults
- The maximum number of results to return at one time. The default is 25.
public java.lang.String getNextToken()
The token for the next set of results.
The token for the next set of results.
public void setNextToken(java.lang.String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.
public GetBehaviorModelTrainingSummariesRequest withNextToken(java.lang.String nextToken)
The token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token for the next set of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.