@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFleetPortSettingsRequest extends GameLiftRequest implements ToCopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFleetPortSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFleetPortSettingsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fleetId()
Unique identifier for a fleet to update port settings for.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<IpPermission> |
inboundPermissionAuthorizations()
Collection of port settings to be added to the fleet record.
|
List<IpPermission> |
inboundPermissionRevocations()
Collection of port settings to be removed from the fleet record.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFleetPortSettingsRequest.Builder> |
serializableBuilderClass() |
UpdateFleetPortSettingsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String fleetId()
Unique identifier for a fleet to update port settings for.
public List<IpPermission> inboundPermissionAuthorizations()
Collection of port settings to be added to the fleet record.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<IpPermission> inboundPermissionRevocations()
Collection of port settings to be removed from the fleet record.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public UpdateFleetPortSettingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>toBuilder in class GameLiftRequestpublic static UpdateFleetPortSettingsRequest.Builder builder()
public static Class<? extends UpdateFleetPortSettingsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.