@Generated(value="software.amazon.awssdk:codegen") public final class RevokeSecurityGroupEgressResponse extends Ec2Response implements ToCopyableBuilder<RevokeSecurityGroupEgressResponse.Builder,RevokeSecurityGroupEgressResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
RevokeSecurityGroupEgressResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static RevokeSecurityGroupEgressResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasUnknownIpPermissions()
Returns true if the UnknownIpPermissions property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
Boolean |
returnValue()
Returns
true if the request succeeds; otherwise, returns an error. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevokeSecurityGroupEgressResponse.Builder> |
serializableBuilderClass() |
RevokeSecurityGroupEgressResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<IpPermission> |
unknownIpPermissions()
The outbound rules that were unknown to the service.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Boolean returnValue()
Returns true
if the request succeeds; otherwise, returns an error.
true
if the request succeeds; otherwise, returns an error.public boolean hasUnknownIpPermissions()
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasUnknownIpPermissions()
to see if a value was sent in this field.
unknownIpPermissionSet
might be in a different format from the request parameter.public RevokeSecurityGroupEgressResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RevokeSecurityGroupEgressResponse.Builder,RevokeSecurityGroupEgressResponse>
toBuilder
in class AwsResponse
public static RevokeSecurityGroupEgressResponse.Builder builder()
public static Class<? extends RevokeSecurityGroupEgressResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.