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()
boolean
AUsers
object that describes the specified users.int
hashCode()
void
setUserProfiles
(Collection<UserProfile> userProfiles) AUsers
object that describes the specified users.toString()
Returns a string representation of this object; useful for testing and debugging.withUserProfiles
(UserProfile... userProfiles) AUsers
object that describes the specified users.withUserProfiles
(Collection<UserProfile> userProfiles) AUsers
object that describes the specified users.
-
Constructor Details
-
DescribeUserProfilesResult
public DescribeUserProfilesResult()
-
-
Method Details
-
getUserProfiles
A
Users
object that describes the specified users.- Returns:
- A
Users
object that describes the specified users.
-
setUserProfiles
A
Users
object that describes the specified users.- Parameters:
userProfiles
- AUsers
object that describes the specified users.
-
withUserProfiles
A
Users
object 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
- AUsers
object that describes the specified users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withUserProfiles
A
Users
object that describes the specified users.- Parameters:
userProfiles
- AUsers
object 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
-