@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetPortSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFleetPortSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetPortSettingsResult |
clone() |
boolean |
equals(Object obj) |
String |
getFleetArn()
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
String |
getFleetId()
A unique identifier for the fleet that was requested.
|
List<IpPermission> |
getInboundPermissions()
The port settings for the requested fleet ID.
|
String |
getLocation()
The requested fleet location, expressed as an Amazon Web Services Region code, such as
us-west-2 . |
String |
getUpdateStatus()
The current status of updates to the fleet's port settings in the requested fleet location.
|
int |
hashCode() |
void |
setFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
void |
setFleetId(String fleetId)
A unique identifier for the fleet that was requested.
|
void |
setInboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
|
void |
setLocation(String location)
The requested fleet location, expressed as an Amazon Web Services Region code, such as
us-west-2 . |
void |
setUpdateStatus(String updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFleetPortSettingsResult |
withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it.
|
DescribeFleetPortSettingsResult |
withFleetId(String fleetId)
A unique identifier for the fleet that was requested.
|
DescribeFleetPortSettingsResult |
withInboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
|
DescribeFleetPortSettingsResult |
withInboundPermissions(IpPermission... inboundPermissions)
The port settings for the requested fleet ID.
|
DescribeFleetPortSettingsResult |
withLocation(String location)
The requested fleet location, expressed as an Amazon Web Services Region code, such as
us-west-2 . |
DescribeFleetPortSettingsResult |
withUpdateStatus(LocationUpdateStatus updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location.
|
DescribeFleetPortSettingsResult |
withUpdateStatus(String updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFleetId(String fleetId)
A unique identifier for the fleet that was requested.
fleetId
- A unique identifier for the fleet that was requested.public String getFleetId()
A unique identifier for the fleet that was requested.
public DescribeFleetPortSettingsResult withFleetId(String fleetId)
A unique identifier for the fleet that was requested.
fleetId
- A unique identifier for the fleet that was requested.public void setFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all
Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
fleetArn
- The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public String getFleetArn()
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all
Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public DescribeFleetPortSettingsResult withFleetArn(String fleetArn)
The Amazon Resource Name (ARN)
that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all
Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.
fleetArn
- The Amazon Resource Name (ARN) that is assigned to a
Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912
.public List<IpPermission> getInboundPermissions()
The port settings for the requested fleet ID.
public void setInboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
inboundPermissions
- The port settings for the requested fleet ID.public DescribeFleetPortSettingsResult withInboundPermissions(IpPermission... inboundPermissions)
The port settings for the requested fleet ID.
NOTE: This method appends the values to the existing list (if any). Use
setInboundPermissions(java.util.Collection)
or withInboundPermissions(java.util.Collection)
if
you want to override the existing values.
inboundPermissions
- The port settings for the requested fleet ID.public DescribeFleetPortSettingsResult withInboundPermissions(Collection<IpPermission> inboundPermissions)
The port settings for the requested fleet ID.
inboundPermissions
- The port settings for the requested fleet ID.public void setUpdateStatus(String updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE
indicates that an update was requested for the fleet but has not yet been completed
for the location.
updateStatus
- The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE
indicates that an update was requested for the fleet but has not yet been
completed for the location.LocationUpdateStatus
public String getUpdateStatus()
The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE
indicates that an update was requested for the fleet but has not yet been completed
for the location.
PENDING_UPDATE
indicates that an update was requested for the fleet but has not yet been
completed for the location.LocationUpdateStatus
public DescribeFleetPortSettingsResult withUpdateStatus(String updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE
indicates that an update was requested for the fleet but has not yet been completed
for the location.
updateStatus
- The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE
indicates that an update was requested for the fleet but has not yet been
completed for the location.LocationUpdateStatus
public DescribeFleetPortSettingsResult withUpdateStatus(LocationUpdateStatus updateStatus)
The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE
indicates that an update was requested for the fleet but has not yet been completed
for the location.
updateStatus
- The current status of updates to the fleet's port settings in the requested fleet location. A status of
PENDING_UPDATE
indicates that an update was requested for the fleet but has not yet been
completed for the location.LocationUpdateStatus
public void setLocation(String location)
The requested fleet location, expressed as an Amazon Web Services Region code, such as us-west-2
.
location
- The requested fleet location, expressed as an Amazon Web Services Region code, such as
us-west-2
.public String getLocation()
The requested fleet location, expressed as an Amazon Web Services Region code, such as us-west-2
.
us-west-2
.public DescribeFleetPortSettingsResult withLocation(String location)
The requested fleet location, expressed as an Amazon Web Services Region code, such as us-west-2
.
location
- The requested fleet location, expressed as an Amazon Web Services Region code, such as
us-west-2
.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetPortSettingsResult clone()