@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLakeFormationIdentityCenterConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLakeFormationIdentityCenterConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateLakeFormationIdentityCenterConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
|
String |
toString()
Returns a string representation of this object.
|
CreateLakeFormationIdentityCenterConfigurationResult |
withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateLakeFormationIdentityCenterConfigurationResult()
public void setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
applicationArn
- The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.public String getApplicationArn()
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
public CreateLakeFormationIdentityCenterConfigurationResult withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.
applicationArn
- The Amazon Resource Name (ARN) of the Lake Formation application integrated with IAM Identity Center.public String toString()
toString
in class Object
Object.toString()
public CreateLakeFormationIdentityCenterConfigurationResult clone()
Copyright © 2024. All rights reserved.