@Generated(value="software.amazon.awssdk:codegen") public final class AssetDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetDetails.Builder,AssetDetails>
Details about the asset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayApiAsset |
apiGatewayApiAsset()
Information about the API Gateway API asset.
|
static AssetDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LakeFormationDataPermissionAsset |
lakeFormationDataPermissionAsset()
The AWS Lake Formation data permission that is the asset.
|
RedshiftDataShareAsset |
redshiftDataShareAsset()
The Amazon Redshift datashare that is the asset.
|
S3DataAccessAsset |
s3DataAccessAsset()
The Amazon S3 data access that is the asset.
|
S3SnapshotAsset |
s3SnapshotAsset()
The Amazon S3 object that is the asset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetDetails.Builder> |
serializableBuilderClass() |
AssetDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3SnapshotAsset s3SnapshotAsset()
The Amazon S3 object that is the asset.
public final RedshiftDataShareAsset redshiftDataShareAsset()
The Amazon Redshift datashare that is the asset.
public final ApiGatewayApiAsset apiGatewayApiAsset()
Information about the API Gateway API asset.
public final S3DataAccessAsset s3DataAccessAsset()
The Amazon S3 data access that is the asset.
public final LakeFormationDataPermissionAsset lakeFormationDataPermissionAsset()
The AWS Lake Formation data permission that is the asset.
public AssetDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetDetails.Builder,AssetDetails>public static AssetDetails.Builder builder()
public static Class<? extends AssetDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.