@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateWorkforceResult clone()