@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAccessPointId()
The Amazon EFS access point identifier to use.
|
String |
getIam()
Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAccessPointId(String accessPointId)
The Amazon EFS access point identifier to use.
|
void |
setIam(String iam)
Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system.
|
String |
toString()
Returns a string representation of this object.
|
AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails |
withAccessPointId(String accessPointId)
The Amazon EFS access point identifier to use.
|
AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails |
withIam(String iam)
Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system.
|
public AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails()
public void setAccessPointId(String accessPointId)
The Amazon EFS access point identifier to use.
accessPointId - The Amazon EFS access point identifier to use.public String getAccessPointId()
The Amazon EFS access point identifier to use.
public AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails withAccessPointId(String accessPointId)
The Amazon EFS access point identifier to use.
accessPointId - The Amazon EFS access point identifier to use.public void setIam(String iam)
Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
iam - Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system.public String getIam()
Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
public AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails withIam(String iam)
Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
iam - Whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file
system.public String toString()
toString in class ObjectObject.toString()public AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.