@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetPortSettingsResult extends AmazonWebServiceResult<ResponseMetadata> 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 that contains port settings for the requested fleet ID.
|
int |
hashCode() |
void |
setInboundPermissions(Collection<IpPermission> inboundPermissions)
Object that contains 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 that contains port settings for the requested fleet ID.
|
DescribeFleetPortSettingsResult |
withInboundPermissions(IpPermission... inboundPermissions)
Object that contains port settings for the requested fleet ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IpPermission> getInboundPermissions()
Object that contains port settings for the requested fleet ID.
public void setInboundPermissions(Collection<IpPermission> inboundPermissions)
Object that contains port settings for the requested fleet ID.
inboundPermissions
- Object that contains port settings for the requested fleet ID.public DescribeFleetPortSettingsResult withInboundPermissions(IpPermission... inboundPermissions)
Object that contains 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 that contains port settings for the requested fleet ID.public DescribeFleetPortSettingsResult withInboundPermissions(Collection<IpPermission> inboundPermissions)
Object that contains port settings for the requested fleet ID.
inboundPermissions
- Object that contains port settings for the requested fleet ID.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetPortSettingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.