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