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