@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkforceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeWorkforceRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkforceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getWorkforceName()
The name of the private workforce whose access you want to restrict.
|
int |
hashCode() |
void |
setWorkforceName(String workforceName)
The name of the private workforce whose access you want to restrict.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkforceRequest |
withWorkforceName(String workforceName)
The name of the private workforce whose access you want to restrict.
|
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 void setWorkforceName(String workforceName)
The name of the private workforce whose access you want to restrict. WorkforceName
is automatically
set to default
when a workforce is created and cannot be modified.
workforceName
- The name of the private workforce whose access you want to restrict. WorkforceName
is
automatically set to default
when a workforce is created and cannot be modified.public String getWorkforceName()
The name of the private workforce whose access you want to restrict. WorkforceName
is automatically
set to default
when a workforce is created and cannot be modified.
WorkforceName
is
automatically set to default
when a workforce is created and cannot be modified.public DescribeWorkforceRequest withWorkforceName(String workforceName)
The name of the private workforce whose access you want to restrict. WorkforceName
is automatically
set to default
when a workforce is created and cannot be modified.
workforceName
- The name of the private workforce whose access you want to restrict. WorkforceName
is
automatically set to default
when a workforce is created and cannot be modified.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkforceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()