Class ServiceCatalogAppRegistryResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateAttributeGroupResponse,AssociateResourceResponse,CreateApplicationResponse,CreateAttributeGroupResponse,DeleteApplicationResponse,DeleteAttributeGroupResponse,DisassociateAttributeGroupResponse,DisassociateResourceResponse,GetApplicationResponse,GetAssociatedResourceResponse,GetAttributeGroupResponse,GetConfigurationResponse,ListApplicationsResponse,ListAssociatedAttributeGroupsResponse,ListAssociatedResourcesResponse,ListAttributeGroupsForApplicationResponse,ListAttributeGroupsResponse,ListTagsForResourceResponse,PutConfigurationResponse,SyncResourceResponse,TagResourceResponse,UntagResourceResponse,UpdateApplicationResponse,UpdateAttributeGroupResponse
@Generated("software.amazon.awssdk:codegen") public abstract class ServiceCatalogAppRegistryResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceCatalogAppRegistryResponse.Builderprotected static classServiceCatalogAppRegistryResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedServiceCatalogAppRegistryResponse(ServiceCatalogAppRegistryResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceCatalogAppRegistryResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
ServiceCatalogAppRegistryResponse
protected ServiceCatalogAppRegistryResponse(ServiceCatalogAppRegistryResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public ServiceCatalogAppRegistryResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-