@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.
|
int |
hashCode() |
void |
setWorkforce(Workforce workforce)
A single private workforce.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkforceResult |
withWorkforce(Workforce workforce)
A single private workforce.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkforce(Workforce workforce)
A single private workforce. 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. 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. 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 UpdateWorkforceResult withWorkforce(Workforce workforce)
A single private workforce. 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. 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 UpdateWorkforceResult clone()