Class DescribeUserProfilesResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeUserProfilesResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the response to a DescribeUserProfiles request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAUsersobject that describes the specified users.inthashCode()voidsetUserProfiles(Collection<UserProfile> userProfiles) AUsersobject that describes the specified users.toString()Returns a string representation of this object; useful for testing and debugging.withUserProfiles(UserProfile... userProfiles) AUsersobject that describes the specified users.withUserProfiles(Collection<UserProfile> userProfiles) AUsersobject that describes the specified users.
-
Constructor Details
-
DescribeUserProfilesResult
public DescribeUserProfilesResult()
-
-
Method Details
-
getUserProfiles
A
Usersobject that describes the specified users.- Returns:
- A
Usersobject that describes the specified users.
-
setUserProfiles
A
Usersobject that describes the specified users.- Parameters:
userProfiles- AUsersobject that describes the specified users.
-
withUserProfiles
A
Usersobject that describes the specified users.NOTE: This method appends the values to the existing list (if any). Use
setUserProfiles(java.util.Collection)orwithUserProfiles(java.util.Collection)if you want to override the existing values.- Parameters:
userProfiles- AUsersobject that describes the specified users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withUserProfiles
A
Usersobject that describes the specified users.- Parameters:
userProfiles- AUsersobject that describes the specified users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-