public class ListSecurityProfilesForTargetRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the Device Defender security profiles attached to a target (thing group).
Constructor and Description |
---|
ListSecurityProfilesForTargetRequest() |
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.Boolean |
getRecursive()
If true, return child groups too.
|
java.lang.String |
getSecurityProfileTargetArn()
The ARN of the target (thing group) whose attached security profiles you
want to get.
|
int |
hashCode() |
java.lang.Boolean |
isRecursive()
If true, return child groups too.
|
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 |
setRecursive(java.lang.Boolean recursive)
If true, return child groups too.
|
void |
setSecurityProfileTargetArn(java.lang.String securityProfileTargetArn)
The ARN of the target (thing group) whose attached security profiles you
want to get.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListSecurityProfilesForTargetRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListSecurityProfilesForTargetRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
ListSecurityProfilesForTargetRequest |
withRecursive(java.lang.Boolean recursive)
If true, return child groups too.
|
ListSecurityProfilesForTargetRequest |
withSecurityProfileTargetArn(java.lang.String securityProfileTargetArn)
The ARN of the target (thing group) whose attached security profiles you
want to get.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ListSecurityProfilesForTargetRequest()
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 ListSecurityProfilesForTargetRequest 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.Integer getMaxResults()
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time.
public ListSecurityProfilesForTargetRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time.
public java.lang.Boolean isRecursive()
If true, return child groups too.
If true, return child groups too.
public java.lang.Boolean getRecursive()
If true, return child groups too.
If true, return child groups too.
public void setRecursive(java.lang.Boolean recursive)
If true, return child groups too.
recursive
- If true, return child groups too.
public ListSecurityProfilesForTargetRequest withRecursive(java.lang.Boolean recursive)
If true, return child groups too.
Returns a reference to this object so that method calls can be chained together.
recursive
- If true, return child groups too.
public java.lang.String getSecurityProfileTargetArn()
The ARN of the target (thing group) whose attached security profiles you want to get.
The ARN of the target (thing group) whose attached security profiles you want to get.
public void setSecurityProfileTargetArn(java.lang.String securityProfileTargetArn)
The ARN of the target (thing group) whose attached security profiles you want to get.
securityProfileTargetArn
- The ARN of the target (thing group) whose attached security profiles you want to get.
public ListSecurityProfilesForTargetRequest withSecurityProfileTargetArn(java.lang.String securityProfileTargetArn)
The ARN of the target (thing group) whose attached security profiles you want to get.
Returns a reference to this object so that method calls can be chained together.
securityProfileTargetArn
- The ARN of the target (thing group) whose attached security profiles you want to get.
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.