@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 integrated application.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the integrated application.
|
String |
toString()
Returns a string representation of this object.
|
CreateLakeFormationIdentityCenterConfigurationResult |
withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the integrated application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateLakeFormationIdentityCenterConfigurationResult()
public void setApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the integrated application.
applicationArn - The Amazon Resource Name (ARN) of the integrated application.public String getApplicationArn()
The Amazon Resource Name (ARN) of the integrated application.
public CreateLakeFormationIdentityCenterConfigurationResult withApplicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the integrated application.
applicationArn - The Amazon Resource Name (ARN) of the integrated application.public String toString()
toString in class ObjectObject.toString()public CreateLakeFormationIdentityCenterConfigurationResult clone()
Copyright © 2024. All rights reserved.