@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAllowListResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAllowListResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAllowListResult |
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.
|
UpdateAllowListResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the allow list.
|
UpdateAllowListResult |
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 UpdateAllowListResult 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 UpdateAllowListResult 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 UpdateAllowListResult clone()