@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkteamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateWorkteamResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateWorkteamResult | clone() | 
| boolean | equals(Object obj) | 
| String | getWorkteamArn()
 The Amazon Resource Name (ARN) of the work team. | 
| int | hashCode() | 
| void | setWorkteamArn(String workteamArn)
 The Amazon Resource Name (ARN) of the work team. | 
| String | toString()Returns a string representation of this object. | 
| CreateWorkteamResult | withWorkteamArn(String workteamArn)
 The Amazon Resource Name (ARN) of the work team. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
workteamArn - The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.public String getWorkteamArn()
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
public CreateWorkteamResult withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
workteamArn - The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.public String toString()
toString in class ObjectObject.toString()public CreateWorkteamResult clone()