@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEcsTaskDefinitionVolumesHostDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about a bind mount host volume.
| Constructor and Description |
|---|
AwsEcsTaskDefinitionVolumesHostDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionVolumesHostDetails |
clone() |
boolean |
equals(Object obj) |
String |
getSourcePath()
The path on the host container instance that is presented to the container.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSourcePath(String sourcePath)
The path on the host container instance that is presented to the container.
|
String |
toString()
Returns a string representation of this object.
|
AwsEcsTaskDefinitionVolumesHostDetails |
withSourcePath(String sourcePath)
The path on the host container instance that is presented to the container.
|
public AwsEcsTaskDefinitionVolumesHostDetails()
public void setSourcePath(String sourcePath)
The path on the host container instance that is presented to the container.
sourcePath - The path on the host container instance that is presented to the container.public String getSourcePath()
The path on the host container instance that is presented to the container.
public AwsEcsTaskDefinitionVolumesHostDetails withSourcePath(String sourcePath)
The path on the host container instance that is presented to the container.
sourcePath - The path on the host container instance that is presented to the container.public String toString()
toString in class ObjectObject.toString()public AwsEcsTaskDefinitionVolumesHostDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.