public class DescribeMountTargetSecurityGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeMountTargetSecurityGroups operation.
Returns the security groups currently in effect for a mount target. This operation requires that the network interface of the mount target has been created and the life cycle state of the mount target is not "deleted".
This operation requires permissions for the following actions:
elasticfilesystem:DescribeMountTargetSecurityGroups
action on the mount target's file system. ec2:DescribeNetworkInterfaceAttribute action on the
mount target's network interface. NOOP| Constructor and Description |
|---|
DescribeMountTargetSecurityGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeMountTargetSecurityGroupsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getMountTargetId()
The ID of the mount target whose security groups you want to retrieve.
|
int |
hashCode() |
void |
setMountTargetId(String mountTargetId)
The ID of the mount target whose security groups you want to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeMountTargetSecurityGroupsRequest |
withMountTargetId(String mountTargetId)
The ID of the mount target whose security groups you want to retrieve.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeMountTargetSecurityGroupsRequest()
public String getMountTargetId()
Constraints:
Pattern: fsmt-[0-9a-f]{8}
public void setMountTargetId(String mountTargetId)
Constraints:
Pattern: fsmt-[0-9a-f]{8}
mountTargetId - The ID of the mount target whose security groups you want to retrieve.public DescribeMountTargetSecurityGroupsRequest withMountTargetId(String mountTargetId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: fsmt-[0-9a-f]{8}
mountTargetId - The ID of the mount target whose security groups you want to retrieve.public String toString()
toString in class ObjectObject.toString()public DescribeMountTargetSecurityGroupsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.