@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkforceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateWorkforceResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkforceResult |
clone() |
boolean |
equals(Object obj) |
String |
getWorkforceArn()
The Amazon Resource Name (ARN) of the workforce.
|
int |
hashCode() |
void |
setWorkforceArn(String workforceArn)
The Amazon Resource Name (ARN) of the workforce.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkforceResult |
withWorkforceArn(String workforceArn)
The Amazon Resource Name (ARN) of the workforce.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWorkforceArn(String workforceArn)
The Amazon Resource Name (ARN) of the workforce.
workforceArn - The Amazon Resource Name (ARN) of the workforce.public String getWorkforceArn()
The Amazon Resource Name (ARN) of the workforce.
public CreateWorkforceResult withWorkforceArn(String workforceArn)
The Amazon Resource Name (ARN) of the workforce.
workforceArn - The Amazon Resource Name (ARN) of the workforce.public String toString()
toString in class ObjectObject.toString()public CreateWorkforceResult clone()