@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LocalVolumeResourceData extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
LocalVolumeResourceData() |
| Modifier and Type | Method and Description |
|---|---|
LocalVolumeResourceData |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationPath()
Local destination path of the resource.
|
GroupOwnerSetting |
getGroupOwnerSetting()
Group owner related settings for local resources.
|
String |
getSourcePath()
Local source path of the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestinationPath(String destinationPath)
Local destination path of the resource.
|
void |
setGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
Group owner related settings for local resources.
|
void |
setSourcePath(String sourcePath)
Local source path of the resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LocalVolumeResourceData |
withDestinationPath(String destinationPath)
Local destination path of the resource.
|
LocalVolumeResourceData |
withGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
Group owner related settings for local resources.
|
LocalVolumeResourceData |
withSourcePath(String sourcePath)
Local source path of the resource.
|
public void setDestinationPath(String destinationPath)
destinationPath - Local destination path of the resource.public String getDestinationPath()
public LocalVolumeResourceData withDestinationPath(String destinationPath)
destinationPath - Local destination path of the resource.public void setGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
groupOwnerSetting - Group owner related settings for local resources.public GroupOwnerSetting getGroupOwnerSetting()
public LocalVolumeResourceData withGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
groupOwnerSetting - Group owner related settings for local resources.public void setSourcePath(String sourcePath)
sourcePath - Local source path of the resource.public String getSourcePath()
public LocalVolumeResourceData withSourcePath(String sourcePath)
sourcePath - Local source path of the resource.public String toString()
toString in class ObjectObject.toString()public LocalVolumeResourceData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.