public class UpdateFleetPortSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP| Constructor and Description |
|---|
UpdateFleetPortSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetPortSettingsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFleetId()
Unique identifier for the fleet you want to update port settings for.
|
List<IpPermission> |
getInboundPermissionAuthorizations()
Collection of port settings to be added to the fleet record.
|
List<IpPermission> |
getInboundPermissionRevocations()
Collection of port settings to be removed from the fleet record.
|
int |
hashCode() |
void |
setFleetId(String fleetId)
Unique identifier for the fleet you want to update port settings for.
|
void |
setInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
|
void |
setInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateFleetPortSettingsRequest |
withFleetId(String fleetId)
Unique identifier for the fleet you want to update port settings for.
|
UpdateFleetPortSettingsRequest |
withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest |
withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
|
UpdateFleetPortSettingsRequest |
withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
|
UpdateFleetPortSettingsRequest |
withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFleetId(String fleetId)
Unique identifier for the fleet you want to update port settings for.
fleetId - Unique identifier for the fleet you want to update port settings
for.public String getFleetId()
Unique identifier for the fleet you want to update port settings for.
public UpdateFleetPortSettingsRequest withFleetId(String fleetId)
Unique identifier for the fleet you want to update port settings for.
fleetId - Unique identifier for the fleet you want to update port settings
for.public List<IpPermission> getInboundPermissionAuthorizations()
Collection of port settings to be added to the fleet record.
public void setInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
inboundPermissionAuthorizations - Collection of port settings to be added to the fleet record.public UpdateFleetPortSettingsRequest withInboundPermissionAuthorizations(IpPermission... inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
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 - Collection of port settings to be added to the fleet record.public UpdateFleetPortSettingsRequest withInboundPermissionAuthorizations(Collection<IpPermission> inboundPermissionAuthorizations)
Collection of port settings to be added to the fleet record.
inboundPermissionAuthorizations - Collection of port settings to be added to the fleet record.public List<IpPermission> getInboundPermissionRevocations()
Collection of port settings to be removed from the fleet record.
public void setInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
inboundPermissionRevocations - Collection of port settings to be removed from the fleet record.public UpdateFleetPortSettingsRequest withInboundPermissionRevocations(IpPermission... inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
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 - Collection of port settings to be removed from the fleet record.public UpdateFleetPortSettingsRequest withInboundPermissionRevocations(Collection<IpPermission> inboundPermissionRevocations)
Collection of port settings to be removed from the fleet record.
inboundPermissionRevocations - Collection of port settings to be removed from the fleet record.public String toString()
toString in class ObjectObject.toString()public UpdateFleetPortSettingsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.