コード例 #1
0
ファイル: Workspace.java プロジェクト: atokhy/aws-sdk-java
 /**
  * The identifier of the WorkSpace.
  *
  * @param workspaceId The identifier of the WorkSpace.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Workspace withWorkspaceId(String workspaceId) {
   setWorkspaceId(workspaceId);
   return this;
 }