@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails extends Object implements Serializable, Cloneable, StructuredPojo
A file that contain environment variables to pass to a container.
Constructor and Description |
---|
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails() |
Modifier and Type | Method and Description |
---|---|
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The type of environment file.
|
String |
getValue()
The ARN of the S3 object that contains the environment variable file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setType(String type)
The type of environment file.
|
void |
setValue(String value)
The ARN of the S3 object that contains the environment variable file.
|
String |
toString()
Returns a string representation of this object.
|
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails |
withType(String type)
The type of environment file.
|
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails |
withValue(String value)
The ARN of the S3 object that contains the environment variable file.
|
public AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails()
public void setType(String type)
The type of environment file. The valid value is s3
.
type
- The type of environment file. The valid value is s3
.public String getType()
The type of environment file. The valid value is s3
.
s3
.public AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails withType(String type)
The type of environment file. The valid value is s3
.
type
- The type of environment file. The valid value is s3
.public void setValue(String value)
The ARN of the S3 object that contains the environment variable file.
value
- The ARN of the S3 object that contains the environment variable file.public String getValue()
The ARN of the S3 object that contains the environment variable file.
public AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails withValue(String value)
The ARN of the S3 object that contains the environment variable file.
value
- The ARN of the S3 object that contains the environment variable file.public String toString()
toString
in class Object
Object.toString()
public AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.