@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeSecurityGroupEgressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RevokeSecurityGroupEgressResult() |
Modifier and Type | Method and Description |
---|---|
RevokeSecurityGroupEgressResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getReturn()
Returns
true if the request succeeds; otherwise, returns an error. |
List<IpPermission> |
getUnknownIpPermissions()
The outbound rules that were unknown to the service.
|
int |
hashCode() |
Boolean |
isReturn()
Returns
true if the request succeeds; otherwise, returns an error. |
void |
setReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
void |
setUnknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The outbound rules that were unknown to the service.
|
String |
toString()
Returns a string representation of this object.
|
RevokeSecurityGroupEgressResult |
withReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
RevokeSecurityGroupEgressResult |
withUnknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The outbound rules that were unknown to the service.
|
RevokeSecurityGroupEgressResult |
withUnknownIpPermissions(IpPermission... unknownIpPermissions)
The outbound rules that were unknown to the service.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setReturn(Boolean returnValue)
Returns true
if the request succeeds; otherwise, returns an error.
returnValue
- Returns true
if the request succeeds; otherwise, returns an error.public Boolean getReturn()
Returns true
if the request succeeds; otherwise, returns an error.
true
if the request succeeds; otherwise, returns an error.public RevokeSecurityGroupEgressResult withReturn(Boolean returnValue)
Returns true
if the request succeeds; otherwise, returns an error.
returnValue
- Returns true
if the request succeeds; otherwise, returns an error.public Boolean isReturn()
Returns true
if the request succeeds; otherwise, returns an error.
true
if the request succeeds; otherwise, returns an error.public List<IpPermission> getUnknownIpPermissions()
The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be
in a different format from the request parameter.
unknownIpPermissionSet
might be in a different format from the request parameter.public void setUnknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be
in a different format from the request parameter.
unknownIpPermissions
- The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.public RevokeSecurityGroupEgressResult withUnknownIpPermissions(IpPermission... unknownIpPermissions)
The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be
in a different format from the request parameter.
NOTE: This method appends the values to the existing list (if any). Use
setUnknownIpPermissions(java.util.Collection)
or withUnknownIpPermissions(java.util.Collection)
if you want to override the existing values.
unknownIpPermissions
- The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.public RevokeSecurityGroupEgressResult withUnknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be
in a different format from the request parameter.
unknownIpPermissions
- The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.public String toString()
toString
in class Object
Object.toString()
public RevokeSecurityGroupEgressResult clone()