Class DescribePublisherResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IdentityProviderThe type of account used as the identity provider when registering this publisher with CloudFormation.final StringThe type of account used as the identity provider when registering this publisher with CloudFormation.final StringThe ID of the extension publisher.final StringThe URL to the publisher's profile with the identity provider.final PublisherStatusWhether the publisher is verified.final StringWhether the publisher is verified.static Class<? extends DescribePublisherResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
publisherId
The ID of the extension publisher.
- Returns:
- The ID of the extension publisher.
-
publisherStatus
Whether the publisher is verified. Currently, all registered publishers are verified.
If the service returns an enum value that is not available in the current SDK version,
publisherStatuswill returnPublisherStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompublisherStatusAsString().- Returns:
- Whether the publisher is verified. Currently, all registered publishers are verified.
- See Also:
-
publisherStatusAsString
Whether the publisher is verified. Currently, all registered publishers are verified.
If the service returns an enum value that is not available in the current SDK version,
publisherStatuswill returnPublisherStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompublisherStatusAsString().- Returns:
- Whether the publisher is verified. Currently, all registered publishers are verified.
- See Also:
-
identityProvider
The type of account used as the identity provider when registering this publisher with CloudFormation.
If the service returns an enum value that is not available in the current SDK version,
identityProviderwill returnIdentityProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromidentityProviderAsString().- Returns:
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- See Also:
-
identityProviderAsString
The type of account used as the identity provider when registering this publisher with CloudFormation.
If the service returns an enum value that is not available in the current SDK version,
identityProviderwill returnIdentityProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromidentityProviderAsString().- Returns:
- The type of account used as the identity provider when registering this publisher with CloudFormation.
- See Also:
-
publisherProfile
The URL to the publisher's profile with the identity provider.
- Returns:
- The URL to the publisher's profile with the identity provider.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribePublisherResponse.Builder,DescribePublisherResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-