2727 AWSAccountCreateRequestAttributes .JSON_PROPERTY_AWS_ACCOUNT_ID ,
2828 AWSAccountCreateRequestAttributes .JSON_PROPERTY_AWS_PARTITION ,
2929 AWSAccountCreateRequestAttributes .JSON_PROPERTY_AWS_REGIONS ,
30- AWSAccountCreateRequestAttributes .JSON_PROPERTY_CCM_CONFIG ,
3130 AWSAccountCreateRequestAttributes .JSON_PROPERTY_LOGS_CONFIG ,
3231 AWSAccountCreateRequestAttributes .JSON_PROPERTY_METRICS_CONFIG ,
3332 AWSAccountCreateRequestAttributes .JSON_PROPERTY_RESOURCES_CONFIG ,
@@ -52,9 +51,6 @@ public class AWSAccountCreateRequestAttributes {
5251 public static final String JSON_PROPERTY_AWS_REGIONS = "aws_regions" ;
5352 private AWSRegions awsRegions ;
5453
55- public static final String JSON_PROPERTY_CCM_CONFIG = "ccm_config" ;
56- private AWSCCMConfig ccmConfig ;
57-
5854 public static final String JSON_PROPERTY_LOGS_CONFIG = "logs_config" ;
5955 private AWSLogsConfig logsConfig ;
6056
@@ -214,28 +210,6 @@ public void setAwsRegions(AWSRegions awsRegions) {
214210 this .awsRegions = awsRegions ;
215211 }
216212
217- public AWSAccountCreateRequestAttributes ccmConfig (AWSCCMConfig ccmConfig ) {
218- this .ccmConfig = ccmConfig ;
219- this .unparsed |= ccmConfig .unparsed ;
220- return this ;
221- }
222-
223- /**
224- * AWS Cloud Cost Management config.
225- *
226- * @return ccmConfig
227- */
228- @ jakarta .annotation .Nullable
229- @ JsonProperty (JSON_PROPERTY_CCM_CONFIG )
230- @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
231- public AWSCCMConfig getCcmConfig () {
232- return ccmConfig ;
233- }
234-
235- public void setCcmConfig (AWSCCMConfig ccmConfig ) {
236- this .ccmConfig = ccmConfig ;
237- }
238-
239213 public AWSAccountCreateRequestAttributes logsConfig (AWSLogsConfig logsConfig ) {
240214 this .logsConfig = logsConfig ;
241215 this .unparsed |= logsConfig .unparsed ;
@@ -386,7 +360,6 @@ public boolean equals(Object o) {
386360 && Objects .equals (this .awsAccountId , awsAccountCreateRequestAttributes .awsAccountId )
387361 && Objects .equals (this .awsPartition , awsAccountCreateRequestAttributes .awsPartition )
388362 && Objects .equals (this .awsRegions , awsAccountCreateRequestAttributes .awsRegions )
389- && Objects .equals (this .ccmConfig , awsAccountCreateRequestAttributes .ccmConfig )
390363 && Objects .equals (this .logsConfig , awsAccountCreateRequestAttributes .logsConfig )
391364 && Objects .equals (this .metricsConfig , awsAccountCreateRequestAttributes .metricsConfig )
392365 && Objects .equals (this .resourcesConfig , awsAccountCreateRequestAttributes .resourcesConfig )
@@ -403,7 +376,6 @@ public int hashCode() {
403376 awsAccountId ,
404377 awsPartition ,
405378 awsRegions ,
406- ccmConfig ,
407379 logsConfig ,
408380 metricsConfig ,
409381 resourcesConfig ,
@@ -420,7 +392,6 @@ public String toString() {
420392 sb .append (" awsAccountId: " ).append (toIndentedString (awsAccountId )).append ("\n " );
421393 sb .append (" awsPartition: " ).append (toIndentedString (awsPartition )).append ("\n " );
422394 sb .append (" awsRegions: " ).append (toIndentedString (awsRegions )).append ("\n " );
423- sb .append (" ccmConfig: " ).append (toIndentedString (ccmConfig )).append ("\n " );
424395 sb .append (" logsConfig: " ).append (toIndentedString (logsConfig )).append ("\n " );
425396 sb .append (" metricsConfig: " ).append (toIndentedString (metricsConfig )).append ("\n " );
426397 sb .append (" resourcesConfig: " ).append (toIndentedString (resourcesConfig )).append ("\n " );
0 commit comments