@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkforceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorkforceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorkforceResult |
clone() |
boolean |
equals(Object obj) |
Workforce |
getWorkforce()
A single private workforce, which is automatically created when you create your first private work team.
|
int |
hashCode() |
void |
setWorkforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkforceResult |
withWorkforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
workforce
- A single private workforce, which is automatically created when you create your first private work team.
You can create one private work force in each Amazon Web Services Region. By default, any
workforce-related API operation used in a specific region will apply to the workforce created in that
region. To learn how to create a private workforce, see Create a Private
Workforce.public Workforce getWorkforce()
A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
public DescribeWorkforceResult withWorkforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
workforce
- A single private workforce, which is automatically created when you create your first private work team.
You can create one private work force in each Amazon Web Services Region. By default, any
workforce-related API operation used in a specific region will apply to the workforce created in that
region. To learn how to create a private workforce, see Create a Private
Workforce.public String toString()
toString
in class Object
Object.toString()
public DescribeWorkforceResult clone()