@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFleetPortSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateFleetPortSettingsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateFleetPortSettingsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getFleetId()
 A unique identifier for the fleet to update port settings for. | 
| List<IpPermission> | getInboundPermissionAuthorizations()
 A collection of port settings to be added to the fleet resource. | 
| List<IpPermission> | getInboundPermissionRevocations()
 A collection of port settings to be removed from the fleet resource. | 
| int | hashCode() | 
| void | setFleetId(String fleetId)
 A unique identifier for the fleet to update port settings for. | 
| void | setInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
 A collection of port settings to be added to the fleet resource. | 
| void | setInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
 A collection of port settings to be removed from the fleet resource. | 
| String | toString()Returns a string representation of this object. | 
| UpdateFleetPortSettingsRequest | withFleetId(String fleetId)
 A unique identifier for the fleet to update port settings for. | 
| UpdateFleetPortSettingsRequest | withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
 A collection of port settings to be added to the fleet resource. | 
| UpdateFleetPortSettingsRequest | withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
 A collection of port settings to be added to the fleet resource. | 
| UpdateFleetPortSettingsRequest | withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
 A collection of port settings to be removed from the fleet resource. | 
| UpdateFleetPortSettingsRequest | withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
 A collection of port settings to be removed from the fleet resource. | 
addHandlerContext, 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 the fleet to update port settings for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN
        value.public String getFleetId()
A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.
public UpdateFleetPortSettingsRequest withFleetId(String fleetId)
A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN
        value.public List<IpPermission> getInboundPermissionAuthorizations()
A collection of port settings to be added to the fleet resource.
public void setInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
inboundPermissionAuthorizations - A collection of port settings to be added to the fleet resource.public UpdateFleetPortSettingsRequest withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
 NOTE: This method appends the values to the existing list (if any). Use
 setInboundPermissionAuthorizations(java.util.Collection) or
 withInboundPermissionAuthorizations(java.util.Collection) if you want to override the existing values.
 
inboundPermissionAuthorizations - A collection of port settings to be added to the fleet resource.public UpdateFleetPortSettingsRequest withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
A collection of port settings to be added to the fleet resource.
inboundPermissionAuthorizations - A collection of port settings to be added to the fleet resource.public List<IpPermission> getInboundPermissionRevocations()
A collection of port settings to be removed from the fleet resource.
public void setInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
inboundPermissionRevocations - A collection of port settings to be removed from the fleet resource.public UpdateFleetPortSettingsRequest withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
 NOTE: This method appends the values to the existing list (if any). Use
 setInboundPermissionRevocations(java.util.Collection) or
 withInboundPermissionRevocations(java.util.Collection) if you want to override the existing values.
 
inboundPermissionRevocations - A collection of port settings to be removed from the fleet resource.public UpdateFleetPortSettingsRequest withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
A collection of port settings to be removed from the fleet resource.
inboundPermissionRevocations - A collection of port settings to be removed from the fleet resource.public String toString()
toString in class ObjectObject.toString()public UpdateFleetPortSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()