public class CreateVolumePermissionModifications
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
CreateVolumePermissionModifications() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CreateVolumePermission> |
getAdd()
Returns the value of the Add property for this object.
|
java.util.List<CreateVolumePermission> |
getRemove()
Returns the value of the Remove property for this object.
|
int |
hashCode() |
void |
setAdd(java.util.Collection<CreateVolumePermission> add)
Sets the value of the Add property for this object.
|
void |
setRemove(java.util.Collection<CreateVolumePermission> remove)
Sets the value of the Remove property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVolumePermissionModifications |
withAdd(java.util.Collection<CreateVolumePermission> add)
Sets the value of the Add property for this object.
|
CreateVolumePermissionModifications |
withAdd(CreateVolumePermission... add)
Sets the value of the Add property for this object.
|
CreateVolumePermissionModifications |
withRemove(java.util.Collection<CreateVolumePermission> remove)
Sets the value of the Remove property for this object.
|
CreateVolumePermissionModifications |
withRemove(CreateVolumePermission... remove)
Sets the value of the Remove property for this object.
|
public java.util.List<CreateVolumePermission> getAdd()
public void setAdd(java.util.Collection<CreateVolumePermission> add)
add - The new value for the Add property for this object.public CreateVolumePermissionModifications withAdd(CreateVolumePermission... add)
Returns a reference to this object so that method calls can be chained together.
add - The new value for the Add property for this object.public CreateVolumePermissionModifications withAdd(java.util.Collection<CreateVolumePermission> add)
Returns a reference to this object so that method calls can be chained together.
add - The new value for the Add property for this object.public java.util.List<CreateVolumePermission> getRemove()
public void setRemove(java.util.Collection<CreateVolumePermission> remove)
remove - The new value for the Remove property for this object.public CreateVolumePermissionModifications withRemove(CreateVolumePermission... remove)
Returns a reference to this object so that method calls can be chained together.
remove - The new value for the Remove property for this object.public CreateVolumePermissionModifications withRemove(java.util.Collection<CreateVolumePermission> remove)
Returns a reference to this object so that method calls can be chained together.
remove - The new value for the Remove property for this object.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object