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