public class DescribeFleetPortSettingsResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
| Constructor and Description |
|---|
DescribeFleetPortSettingsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetPortSettingsResult |
clone() |
boolean |
equals(Object obj) |
List<IpPermission> |
getInboundPermissions()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeFleetPortSettingsResult |
withInboundPermissions(Collection<IpPermission> inboundPermissions)
Object containing port settings for the requested fleet ID.
|
DescribeFleetPortSettingsResult |
withInboundPermissions(IpPermission... inboundPermissions)
Object containing port settings for the requested fleet ID.
|
public List<IpPermission> getInboundPermissions()
Object containing port settings for the requested fleet ID.
public void setInboundPermissions(Collection<IpPermission> inboundPermissions)
Object containing port settings for the requested fleet ID.
inboundPermissions - Object containing port settings for the requested fleet ID.public DescribeFleetPortSettingsResult withInboundPermissions(IpPermission... inboundPermissions)
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) or
withInboundPermissions(java.util.Collection) if you want to
override the existing values.
inboundPermissions - Object containing port settings for the requested fleet ID.public DescribeFleetPortSettingsResult withInboundPermissions(Collection<IpPermission> inboundPermissions)
Object containing port settings for the requested fleet ID.
inboundPermissions - Object containing port settings for the requested fleet ID.public String toString()
toString in class ObjectObject.toString()public DescribeFleetPortSettingsResult clone()
Copyright © 2016. All rights reserved.