@Generated(value="org.immutables.processor.ProxyProcessor") public final class DeleteSecurityGroupRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteSecurityGroupRequest.Builder
Builds instances of type
DeleteSecurityGroupRequest. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteSecurityGroupRequest.Builder |
builder()
Creates a builder for
DeleteSecurityGroupRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
DeleteSecurityGroupRequest that have equal attribute values. |
Boolean |
getAsync()
The async flag
|
String |
getSecurityGroupId()
The security group id
|
int |
hashCode()
Computes a hash code from attributes:
async, securityGroupId. |
String |
toString()
Prints the immutable value
DeleteSecurityGroupRequest with attribute values. |
public Boolean getAsync()
public String getSecurityGroupId()
public boolean equals(Object another)
DeleteSecurityGroupRequest that have equal attribute values.public int hashCode()
async, securityGroupId.public String toString()
DeleteSecurityGroupRequest with attribute values.public static DeleteSecurityGroupRequest.Builder builder()
DeleteSecurityGroupRequest.
DeleteSecurityGroupRequest.builder()
.async(Boolean | null) // nullable async
.securityGroupId(String) // required securityGroupId
.build();
Copyright © 2020. All rights reserved.