public class ListTargetsForSecurityProfileResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListTargetsForSecurityProfileResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
A token that can be used to retrieve the next set of results, or
null if there are no additional results. |
java.util.List<SecurityProfileTarget> |
getSecurityProfileTargets()
The thing groups to which the security profile is attached.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional results. |
void |
setSecurityProfileTargets(java.util.Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTargetsForSecurityProfileResult |
withNextToken(java.lang.String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional results. |
ListTargetsForSecurityProfileResult |
withSecurityProfileTargets(java.util.Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
|
ListTargetsForSecurityProfileResult |
withSecurityProfileTargets(SecurityProfileTarget... securityProfileTargets)
The thing groups to which the security profile is attached.
|
public java.util.List<SecurityProfileTarget> getSecurityProfileTargets()
The thing groups to which the security profile is attached.
The thing groups to which the security profile is attached.
public void setSecurityProfileTargets(java.util.Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
securityProfileTargets
- The thing groups to which the security profile is attached.
public ListTargetsForSecurityProfileResult withSecurityProfileTargets(SecurityProfileTarget... securityProfileTargets)
The thing groups to which the security profile is attached.
Returns a reference to this object so that method calls can be chained together.
securityProfileTargets
- The thing groups to which the security profile is attached.
public ListTargetsForSecurityProfileResult withSecurityProfileTargets(java.util.Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
Returns a reference to this object so that method calls can be chained together.
securityProfileTargets
- The thing groups to which the security profile is attached.
public java.lang.String getNextToken()
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
public void setNextToken(java.lang.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 ListTargetsForSecurityProfileResult withNextToken(java.lang.String nextToken)
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.
Returns a reference to this object so that method calls can be chained together.
nextToken
-
A token that can be used to retrieve the next set of results,
or null
if there are no additional 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.