@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkforceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateWorkforceResult() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkforceResult |
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.
|
UpdateWorkforceResult |
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 AWS 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 AWS 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 AWS 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 UpdateWorkforceResult 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 AWS 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 AWS 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 UpdateWorkforceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.