Class GetServiceSettingsResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse
-
- software.amazon.awssdk.services.licensemanager.model.GetServiceSettingsResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetServiceSettingsResponse.Builder,GetServiceSettingsResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetServiceSettingsResponse extends LicenseManagerResponse implements ToCopyableBuilder<GetServiceSettingsResponse.Builder,GetServiceSettingsResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetServiceSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetServiceSettingsResponse.Builderbuilder()BooleanenableCrossAccountsDiscovery()Indicates whether cross-account discovery is enabled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlicenseManagerResourceShareArn()Amazon Resource Name (ARN) of the resource share.OrganizationConfigurationorganizationConfiguration()Indicates whether Organizations is integrated with License Manager for cross-account discovery.Strings3BucketArn()Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.List<SdkField<?>>sdkFields()static Class<? extends GetServiceSettingsResponse.Builder>serializableBuilderClass()StringsnsTopicArn()SNS topic configured to receive notifications from License Manager.GetServiceSettingsResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3BucketArn
public final String s3BucketArn()
Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
- Returns:
- Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.
-
snsTopicArn
public final String snsTopicArn()
SNS topic configured to receive notifications from License Manager.
- Returns:
- SNS topic configured to receive notifications from License Manager.
-
organizationConfiguration
public final OrganizationConfiguration organizationConfiguration()
Indicates whether Organizations is integrated with License Manager for cross-account discovery.
- Returns:
- Indicates whether Organizations is integrated with License Manager for cross-account discovery.
-
enableCrossAccountsDiscovery
public final Boolean enableCrossAccountsDiscovery()
Indicates whether cross-account discovery is enabled.
- Returns:
- Indicates whether cross-account discovery is enabled.
-
licenseManagerResourceShareArn
public final String licenseManagerResourceShareArn()
Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.
- Returns:
- Amazon Resource Name (ARN) of the resource share. The License Manager management account provides member accounts with access to this share.
-
toBuilder
public GetServiceSettingsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetServiceSettingsResponse.Builder,GetServiceSettingsResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetServiceSettingsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetServiceSettingsResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-