@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientPropertiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeClientPropertiesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeClientPropertiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getResourceIds()
The resource identifier, in the form of directory IDs.
|
int |
hashCode() |
void |
setResourceIds(Collection<String> resourceIds)
The resource identifier, in the form of directory IDs.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientPropertiesRequest |
withResourceIds(Collection<String> resourceIds)
The resource identifier, in the form of directory IDs.
|
DescribeClientPropertiesRequest |
withResourceIds(String... resourceIds)
The resource identifier, in the form of directory IDs.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getResourceIds()
The resource identifier, in the form of directory IDs.
public void setResourceIds(Collection<String> resourceIds)
The resource identifier, in the form of directory IDs.
resourceIds
- The resource identifier, in the form of directory IDs.public DescribeClientPropertiesRequest withResourceIds(String... resourceIds)
The resource identifier, in the form of directory IDs.
NOTE: This method appends the values to the existing list (if any). Use
setResourceIds(java.util.Collection)
or withResourceIds(java.util.Collection)
if you want to
override the existing values.
resourceIds
- The resource identifier, in the form of directory IDs.public DescribeClientPropertiesRequest withResourceIds(Collection<String> resourceIds)
The resource identifier, in the form of directory IDs.
resourceIds
- The resource identifier, in the form of directory IDs.public String toString()
toString
in class Object
Object.toString()
public DescribeClientPropertiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()