@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFleetPortSettingsRequest extends GameLiftRequest implements ToCopyableBuilder<UpdateFleetPortSettingsRequest.Builder,UpdateFleetPortSettingsRequest>
Represents the input for a request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFleetPortSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFleetPortSettingsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetId()
A unique identifier for a fleet to update port settings for.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInboundPermissionAuthorizations()
Returns true if the InboundPermissionAuthorizations property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasInboundPermissionRevocations()
Returns true if the InboundPermissionRevocations property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
List<IpPermission> |
inboundPermissionAuthorizations()
A collection of port settings to be added to the fleet resource.
|
List<IpPermission> |
inboundPermissionRevocations()
A collection of port settings to be removed from the fleet resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFleetPortSettingsRequest.Builder> |
serializableBuilderClass() |
UpdateFleetPortSettingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String fleetId()
A unique identifier for a fleet to update port settings for. You can use either the fleet ID or ARN value.
public boolean hasInboundPermissionAuthorizations()
public List<IpPermission> inboundPermissionAuthorizations()
A collection of port settings to be added to the fleet resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInboundPermissionAuthorizations() to see if a value was sent in this field.
public boolean hasInboundPermissionRevocations()
public List<IpPermission> inboundPermissionRevocations()
A collection of port settings to be removed from the fleet resource.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInboundPermissionRevocations() to see if a value was sent in this field.
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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.