@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LocalDeviceResourceData extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
LocalDeviceResourceData() |
Modifier and Type | Method and Description |
---|---|
LocalDeviceResourceData |
clone() |
boolean |
equals(Object obj) |
GroupOwnerSetting |
getGroupOwnerSetting()
Group owner related settings for local resources.
|
String |
getSourcePath()
Local source path of the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
LocalDeviceResourceData |
withGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
Group owner related settings for local resources.
|
LocalDeviceResourceData |
withSourcePath(String sourcePath)
Local source path of the resource.
|
public void setGroupOwnerSetting(GroupOwnerSetting groupOwnerSetting)
groupOwnerSetting
- Group owner related settings for local resources.public GroupOwnerSetting getGroupOwnerSetting()
public LocalDeviceResourceData 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 LocalDeviceResourceData withSourcePath(String sourcePath)
sourcePath
- Local source path of the resource.public String toString()
toString
in class Object
Object.toString()
public LocalDeviceResourceData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.