Class BillingconductorResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.billingconductor.model.BillingconductorResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateAccountsResponse,AssociatePricingRulesResponse,BatchAssociateResourcesToCustomLineItemResponse,BatchDisassociateResourcesFromCustomLineItemResponse,CreateBillingGroupResponse,CreateCustomLineItemResponse,CreatePricingPlanResponse,CreatePricingRuleResponse,DeleteBillingGroupResponse,DeleteCustomLineItemResponse,DeletePricingPlanResponse,DeletePricingRuleResponse,DisassociateAccountsResponse,DisassociatePricingRulesResponse,GetBillingGroupCostReportResponse,ListAccountAssociationsResponse,ListBillingGroupCostReportsResponse,ListBillingGroupsResponse,ListCustomLineItemsResponse,ListCustomLineItemVersionsResponse,ListPricingPlansAssociatedWithPricingRuleResponse,ListPricingPlansResponse,ListPricingRulesAssociatedToPricingPlanResponse,ListPricingRulesResponse,ListResourcesAssociatedToCustomLineItemResponse,ListTagsForResourceResponse,TagResourceResponse,UntagResourceResponse,UpdateBillingGroupResponse,UpdateCustomLineItemResponse,UpdatePricingPlanResponse,UpdatePricingRuleResponse
@Generated("software.amazon.awssdk:codegen") public abstract class BillingconductorResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBillingconductorResponse.Builderprotected static classBillingconductorResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedBillingconductorResponse(BillingconductorResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingconductorResponseMetadataresponseMetadata()-
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
-
BillingconductorResponse
protected BillingconductorResponse(BillingconductorResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public BillingconductorResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-