Class DescribeFleetPortSettingsResult
java.lang.Object
com.amazonaws.services.gamelift.model.DescribeFleetPortSettingsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Object containing port settings for the requested fleet ID.int
hashCode()
void
setInboundPermissions
(Collection<IpPermission> inboundPermissions) Object containing port settings for the requested fleet ID.toString()
Returns a string representation of this object; useful for testing and debugging.withInboundPermissions
(IpPermission... inboundPermissions) Object containing port settings for the requested fleet ID.withInboundPermissions
(Collection<IpPermission> inboundPermissions) Object containing port settings for the requested fleet ID.
-
Constructor Details
-
DescribeFleetPortSettingsResult
public DescribeFleetPortSettingsResult()
-
-
Method Details
-
getInboundPermissions
Object containing port settings for the requested fleet ID.
- Returns:
- Object containing port settings for the requested fleet ID.
-
setInboundPermissions
Object containing port settings for the requested fleet ID.
- Parameters:
inboundPermissions
- Object containing port settings for the requested fleet ID.
-
withInboundPermissions
Object containing port settings for the requested fleet ID.
NOTE: This method appends the values to the existing list (if any). Use
setInboundPermissions(java.util.Collection)
orwithInboundPermissions(java.util.Collection)
if you want to override the existing values.- Parameters:
inboundPermissions
- Object containing port settings for the requested fleet ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withInboundPermissions
public DescribeFleetPortSettingsResult withInboundPermissions(Collection<IpPermission> inboundPermissions) Object containing port settings for the requested fleet ID.
- Parameters:
inboundPermissions
- Object containing port settings for the requested fleet ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-