@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetPortSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP| Constructor and Description |
|---|
DescribeFleetPortSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetPortSettingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFleetId()
A unique identifier for a fleet to retrieve port settings for.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
A unique identifier for a fleet to retrieve port settings for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFleetPortSettingsRequest |
withFleetId(String fleetId)
A unique identifier for a fleet to retrieve port settings for.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFleetId(String fleetId)
A unique identifier for a fleet to retrieve port settings for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for a fleet to retrieve port settings for. You can use either the fleet ID or ARN
value.public String getFleetId()
A unique identifier for a fleet to retrieve port settings for. You can use either the fleet ID or ARN value.
public DescribeFleetPortSettingsRequest withFleetId(String fleetId)
A unique identifier for a fleet to retrieve port settings for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for a fleet to retrieve port settings for. You can use either the fleet ID or ARN
value.public String toString()
toString in class ObjectObject.toString()public DescribeFleetPortSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.