public class CreateSecurityGroupResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
CreateSecurityGroupResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getRequestId()
Get requestId
|
String |
getSecurityGroupId()
Get securityGroupId
|
int |
hashCode() |
CreateSecurityGroupResponse |
requestId(String requestId) |
CreateSecurityGroupResponse |
securityGroupId(String securityGroupId) |
void |
setRequestId(String requestId) |
void |
setSecurityGroupId(String securityGroupId) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic CreateSecurityGroupResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
public CreateSecurityGroupResponse securityGroupId(String securityGroupId)
public String getSecurityGroupId()
public void setSecurityGroupId(String securityGroupId)
Copyright © 2024. All rights reserved.