@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IsMemberInGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
IsMemberInGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
IsMemberInGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<GroupMembershipExistenceResult> |
getResults()
A list containing the results of membership existence checks.
|
int |
hashCode() |
void |
setResults(Collection<GroupMembershipExistenceResult> results)
A list containing the results of membership existence checks.
|
String |
toString()
Returns a string representation of this object.
|
IsMemberInGroupsResult |
withResults(Collection<GroupMembershipExistenceResult> results)
A list containing the results of membership existence checks.
|
IsMemberInGroupsResult |
withResults(GroupMembershipExistenceResult... results)
A list containing the results of membership existence checks.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<GroupMembershipExistenceResult> getResults()
A list containing the results of membership existence checks.
public void setResults(Collection<GroupMembershipExistenceResult> results)
A list containing the results of membership existence checks.
results - A list containing the results of membership existence checks.public IsMemberInGroupsResult withResults(GroupMembershipExistenceResult... results)
A list containing the results of membership existence checks.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection) or withResults(java.util.Collection) if you want to override
the existing values.
results - A list containing the results of membership existence checks.public IsMemberInGroupsResult withResults(Collection<GroupMembershipExistenceResult> results)
A list containing the results of membership existence checks.
results - A list containing the results of membership existence checks.public String toString()
toString in class ObjectObject.toString()public IsMemberInGroupsResult clone()