@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientPropertiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClientPropertiesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClientPropertiesResult |
clone() |
boolean |
equals(Object obj) |
List<ClientPropertiesResult> |
getClientPropertiesList()
Information about the specified Amazon WorkSpaces clients.
|
int |
hashCode() |
void |
setClientPropertiesList(Collection<ClientPropertiesResult> clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientPropertiesResult |
withClientPropertiesList(ClientPropertiesResult... clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
|
DescribeClientPropertiesResult |
withClientPropertiesList(Collection<ClientPropertiesResult> clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ClientPropertiesResult> getClientPropertiesList()
Information about the specified Amazon WorkSpaces clients.
public void setClientPropertiesList(Collection<ClientPropertiesResult> clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
clientPropertiesList
- Information about the specified Amazon WorkSpaces clients.public DescribeClientPropertiesResult withClientPropertiesList(ClientPropertiesResult... clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
NOTE: This method appends the values to the existing list (if any). Use
setClientPropertiesList(java.util.Collection)
or withClientPropertiesList(java.util.Collection)
if you want to override the existing values.
clientPropertiesList
- Information about the specified Amazon WorkSpaces clients.public DescribeClientPropertiesResult withClientPropertiesList(Collection<ClientPropertiesResult> clientPropertiesList)
Information about the specified Amazon WorkSpaces clients.
clientPropertiesList
- Information about the specified Amazon WorkSpaces clients.public String toString()
toString
in class Object
Object.toString()
public DescribeClientPropertiesResult clone()