Class OrgConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.resourceexplorer2.model.OrgConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OrgConfiguration.Builder,OrgConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class OrgConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OrgConfiguration.Builder,OrgConfiguration>
This is a structure that contains the status of Amazon Web Services service access, and whether you have a valid service-linked role to enable multi-account search for your organization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOrgConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AWSServiceAccessStatusawsServiceAccessStatus()This value displays whether your Amazon Web Services service access isENABLEDorDISABLED.StringawsServiceAccessStatusAsString()This value displays whether your Amazon Web Services service access isENABLEDorDISABLED.static OrgConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends OrgConfiguration.Builder>serializableBuilderClass()StringserviceLinkedRole()This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.OrgConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
awsServiceAccessStatus
public final AWSServiceAccessStatus awsServiceAccessStatus()
This value displays whether your Amazon Web Services service access is
ENABLEDorDISABLED.If the service returns an enum value that is not available in the current SDK version,
awsServiceAccessStatuswill returnAWSServiceAccessStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromawsServiceAccessStatusAsString().- Returns:
- This value displays whether your Amazon Web Services service access is
ENABLEDorDISABLED. - See Also:
AWSServiceAccessStatus
-
awsServiceAccessStatusAsString
public final String awsServiceAccessStatusAsString()
This value displays whether your Amazon Web Services service access is
ENABLEDorDISABLED.If the service returns an enum value that is not available in the current SDK version,
awsServiceAccessStatuswill returnAWSServiceAccessStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromawsServiceAccessStatusAsString().- Returns:
- This value displays whether your Amazon Web Services service access is
ENABLEDorDISABLED. - See Also:
AWSServiceAccessStatus
-
serviceLinkedRole
public final String serviceLinkedRole()
This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
- Returns:
- This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
-
toBuilder
public OrgConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OrgConfiguration.Builder,OrgConfiguration>
-
builder
public static OrgConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends OrgConfiguration.Builder> serializableBuilderClass()
-
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.
-
-