@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSecurityConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSecurityConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateSecurityConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN (Amazon Resource Name) of the security configuration.
|
String |
getId()
The ID of the security configuration.
|
String |
getName()
The name of the security configuration.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN (Amazon Resource Name) of the security configuration.
|
void |
setId(String id)
The ID of the security configuration.
|
void |
setName(String name)
The name of the security configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateSecurityConfigurationResult |
withArn(String arn)
The ARN (Amazon Resource Name) of the security configuration.
|
CreateSecurityConfigurationResult |
withId(String id)
The ID of the security configuration.
|
CreateSecurityConfigurationResult |
withName(String name)
The name of the security configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The ID of the security configuration.
id
- The ID of the security configuration.public String getId()
The ID of the security configuration.
public CreateSecurityConfigurationResult withId(String id)
The ID of the security configuration.
id
- The ID of the security configuration.public void setName(String name)
The name of the security configuration.
name
- The name of the security configuration.public String getName()
The name of the security configuration.
public CreateSecurityConfigurationResult withName(String name)
The name of the security configuration.
name
- The name of the security configuration.public void setArn(String arn)
The ARN (Amazon Resource Name) of the security configuration.
arn
- The ARN (Amazon Resource Name) of the security configuration.public String getArn()
The ARN (Amazon Resource Name) of the security configuration.
public CreateSecurityConfigurationResult withArn(String arn)
The ARN (Amazon Resource Name) of the security configuration.
arn
- The ARN (Amazon Resource Name) of the security configuration.public String toString()
toString
in class Object
Object.toString()
public CreateSecurityConfigurationResult clone()