@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RevokeSecurityGroupIngressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RevokeSecurityGroupIngressResult() |
Modifier and Type | Method and Description |
---|---|
RevokeSecurityGroupIngressResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getReturn()
Returns
true if the request succeeds; otherwise, returns an error. |
List<IpPermission> |
getUnknownIpPermissions()
The inbound 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 inbound rules that were unknown to the service.
|
String |
toString()
Returns a string representation of this object.
|
RevokeSecurityGroupIngressResult |
withReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
RevokeSecurityGroupIngressResult |
withUnknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The inbound rules that were unknown to the service.
|
RevokeSecurityGroupIngressResult |
withUnknownIpPermissions(IpPermission... unknownIpPermissions)
The inbound 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 RevokeSecurityGroupIngressResult 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 inbound 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 inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be
in a different format from the request parameter.
unknownIpPermissions
- The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.public RevokeSecurityGroupIngressResult withUnknownIpPermissions(IpPermission... unknownIpPermissions)
The inbound 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 inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.public RevokeSecurityGroupIngressResult withUnknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be
in a different format from the request parameter.
unknownIpPermissions
- The inbound 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 RevokeSecurityGroupIngressResult clone()