StructuredPojo
, ToCopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>
@Generated("software.amazon.awssdk:codegen") public class MountTargetDescription extends Object implements StructuredPojo, ToCopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>
Provides a description of a mount target.
Modifier and Type | Class | Description |
---|---|---|
static interface |
MountTargetDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
static MountTargetDescription.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fileSystemId() |
ID of the file system for which the mount target is intended.
|
int |
hashCode() |
|
String |
ipAddress() |
Address at which the file system may be mounted via the mount target.
|
String |
lifeCycleState() |
Lifecycle state of the mount target.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
mountTargetId() |
System-assigned mount target ID.
|
String |
networkInterfaceId() |
ID of the network interface that Amazon EFS created when it created the mount target.
|
String |
ownerId() |
AWS account ID that owns the resource.
|
static Class<? extends MountTargetDescription.Builder> |
serializableBuilderClass() |
|
String |
subnetId() |
ID of the mount target's subnet.
|
MountTargetDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String ownerId()
AWS account ID that owns the resource.
public String mountTargetId()
System-assigned mount target ID.
public String fileSystemId()
ID of the file system for which the mount target is intended.
public String subnetId()
ID of the mount target's subnet.
public String lifeCycleState()
Lifecycle state of the mount target.
LifeCycleState
public String ipAddress()
Address at which the file system may be mounted via the mount target.
public String networkInterfaceId()
ID of the network interface that Amazon EFS created when it created the mount target.
public MountTargetDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MountTargetDescription.Builder,MountTargetDescription>
public static MountTargetDescription.Builder builder()
public static Class<? extends MountTargetDescription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.