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