3434
3535
3636public class CreateListenerRequest {
37+ @ SerializedName ("AccessLogRecordCustomizedHeadersEnabled" )
38+ private String accessLogRecordCustomizedHeadersEnabled = null ;
39+
3740 @ SerializedName ("AclIds" )
3841 private List <String > aclIds = null ;
3942
@@ -58,9 +61,6 @@ public class CreateListenerRequest {
5861 @ SerializedName ("CertificateSource" )
5962 private String certificateSource = null ;
6063
61- @ SerializedName ("ClientAddressTransmissionProtocol" )
62- private String clientAddressTransmissionProtocol = null ;
63-
6464 @ SerializedName ("Description" )
6565 private String description = null ;
6666
@@ -97,15 +97,30 @@ public class CreateListenerRequest {
9797 @ SerializedName ("Protocol" )
9898 private String protocol = null ;
9999
100- @ SerializedName ("ProxyProtocolDisabled" )
101- private String proxyProtocolDisabled = null ;
102-
103100 @ SerializedName ("ServerGroupId" )
104101 private String serverGroupId = null ;
105102
106103 @ SerializedName ("Tags" )
107104 private List <TagForCreateListenerInput > tags = null ;
108105
106+ public CreateListenerRequest accessLogRecordCustomizedHeadersEnabled (String accessLogRecordCustomizedHeadersEnabled ) {
107+ this .accessLogRecordCustomizedHeadersEnabled = accessLogRecordCustomizedHeadersEnabled ;
108+ return this ;
109+ }
110+
111+ /**
112+ * Get accessLogRecordCustomizedHeadersEnabled
113+ * @return accessLogRecordCustomizedHeadersEnabled
114+ **/
115+ @ Schema (description = "" )
116+ public String getAccessLogRecordCustomizedHeadersEnabled () {
117+ return accessLogRecordCustomizedHeadersEnabled ;
118+ }
119+
120+ public void setAccessLogRecordCustomizedHeadersEnabled (String accessLogRecordCustomizedHeadersEnabled ) {
121+ this .accessLogRecordCustomizedHeadersEnabled = accessLogRecordCustomizedHeadersEnabled ;
122+ }
123+
109124 public CreateListenerRequest aclIds (List <String > aclIds ) {
110125 this .aclIds = aclIds ;
111126 return this ;
@@ -258,24 +273,6 @@ public void setCertificateSource(String certificateSource) {
258273 this .certificateSource = certificateSource ;
259274 }
260275
261- public CreateListenerRequest clientAddressTransmissionProtocol (String clientAddressTransmissionProtocol ) {
262- this .clientAddressTransmissionProtocol = clientAddressTransmissionProtocol ;
263- return this ;
264- }
265-
266- /**
267- * Get clientAddressTransmissionProtocol
268- * @return clientAddressTransmissionProtocol
269- **/
270- @ Schema (description = "" )
271- public String getClientAddressTransmissionProtocol () {
272- return clientAddressTransmissionProtocol ;
273- }
274-
275- public void setClientAddressTransmissionProtocol (String clientAddressTransmissionProtocol ) {
276- this .clientAddressTransmissionProtocol = clientAddressTransmissionProtocol ;
277- }
278-
279276 public CreateListenerRequest description (String description ) {
280277 this .description = description ;
281278 return this ;
@@ -504,24 +501,6 @@ public void setProtocol(String protocol) {
504501 this .protocol = protocol ;
505502 }
506503
507- public CreateListenerRequest proxyProtocolDisabled (String proxyProtocolDisabled ) {
508- this .proxyProtocolDisabled = proxyProtocolDisabled ;
509- return this ;
510- }
511-
512- /**
513- * Get proxyProtocolDisabled
514- * @return proxyProtocolDisabled
515- **/
516- @ Schema (description = "" )
517- public String getProxyProtocolDisabled () {
518- return proxyProtocolDisabled ;
519- }
520-
521- public void setProxyProtocolDisabled (String proxyProtocolDisabled ) {
522- this .proxyProtocolDisabled = proxyProtocolDisabled ;
523- }
524-
525504 public CreateListenerRequest serverGroupId (String serverGroupId ) {
526505 this .serverGroupId = serverGroupId ;
527506 return this ;
@@ -578,15 +557,15 @@ public boolean equals(java.lang.Object o) {
578557 return false ;
579558 }
580559 CreateListenerRequest createListenerRequest = (CreateListenerRequest ) o ;
581- return Objects .equals (this .aclIds , createListenerRequest .aclIds ) &&
560+ return Objects .equals (this .accessLogRecordCustomizedHeadersEnabled , createListenerRequest .accessLogRecordCustomizedHeadersEnabled ) &&
561+ Objects .equals (this .aclIds , createListenerRequest .aclIds ) &&
582562 Objects .equals (this .aclStatus , createListenerRequest .aclStatus ) &&
583563 Objects .equals (this .aclType , createListenerRequest .aclType ) &&
584564 Objects .equals (this .caCertificateId , createListenerRequest .caCertificateId ) &&
585565 Objects .equals (this .caCertificateSource , createListenerRequest .caCertificateSource ) &&
586566 Objects .equals (this .certCenterCertificateId , createListenerRequest .certCenterCertificateId ) &&
587567 Objects .equals (this .certificateId , createListenerRequest .certificateId ) &&
588568 Objects .equals (this .certificateSource , createListenerRequest .certificateSource ) &&
589- Objects .equals (this .clientAddressTransmissionProtocol , createListenerRequest .clientAddressTransmissionProtocol ) &&
590569 Objects .equals (this .description , createListenerRequest .description ) &&
591570 Objects .equals (this .domainExtensions , createListenerRequest .domainExtensions ) &&
592571 Objects .equals (this .enableHttp2 , createListenerRequest .enableHttp2 ) &&
@@ -599,14 +578,13 @@ public boolean equals(java.lang.Object o) {
599578 Objects .equals (this .pcaSubCACertificateId , createListenerRequest .pcaSubCACertificateId ) &&
600579 Objects .equals (this .port , createListenerRequest .port ) &&
601580 Objects .equals (this .protocol , createListenerRequest .protocol ) &&
602- Objects .equals (this .proxyProtocolDisabled , createListenerRequest .proxyProtocolDisabled ) &&
603581 Objects .equals (this .serverGroupId , createListenerRequest .serverGroupId ) &&
604582 Objects .equals (this .tags , createListenerRequest .tags );
605583 }
606584
607585 @ Override
608586 public int hashCode () {
609- return Objects .hash (aclIds , aclStatus , aclType , caCertificateId , caCertificateSource , certCenterCertificateId , certificateId , certificateSource , clientAddressTransmissionProtocol , description , domainExtensions , enableHttp2 , enableQuic , enabled , listenerName , loadBalancerId , pcaLeafCertificateId , pcaRootCACertificateId , pcaSubCACertificateId , port , protocol , proxyProtocolDisabled , serverGroupId , tags );
587+ return Objects .hash (accessLogRecordCustomizedHeadersEnabled , aclIds , aclStatus , aclType , caCertificateId , caCertificateSource , certCenterCertificateId , certificateId , certificateSource , description , domainExtensions , enableHttp2 , enableQuic , enabled , listenerName , loadBalancerId , pcaLeafCertificateId , pcaRootCACertificateId , pcaSubCACertificateId , port , protocol , serverGroupId , tags );
610588 }
611589
612590
@@ -615,6 +593,7 @@ public String toString() {
615593 StringBuilder sb = new StringBuilder ();
616594 sb .append ("class CreateListenerRequest {\n " );
617595
596+ sb .append (" accessLogRecordCustomizedHeadersEnabled: " ).append (toIndentedString (accessLogRecordCustomizedHeadersEnabled )).append ("\n " );
618597 sb .append (" aclIds: " ).append (toIndentedString (aclIds )).append ("\n " );
619598 sb .append (" aclStatus: " ).append (toIndentedString (aclStatus )).append ("\n " );
620599 sb .append (" aclType: " ).append (toIndentedString (aclType )).append ("\n " );
@@ -623,7 +602,6 @@ public String toString() {
623602 sb .append (" certCenterCertificateId: " ).append (toIndentedString (certCenterCertificateId )).append ("\n " );
624603 sb .append (" certificateId: " ).append (toIndentedString (certificateId )).append ("\n " );
625604 sb .append (" certificateSource: " ).append (toIndentedString (certificateSource )).append ("\n " );
626- sb .append (" clientAddressTransmissionProtocol: " ).append (toIndentedString (clientAddressTransmissionProtocol )).append ("\n " );
627605 sb .append (" description: " ).append (toIndentedString (description )).append ("\n " );
628606 sb .append (" domainExtensions: " ).append (toIndentedString (domainExtensions )).append ("\n " );
629607 sb .append (" enableHttp2: " ).append (toIndentedString (enableHttp2 )).append ("\n " );
@@ -636,7 +614,6 @@ public String toString() {
636614 sb .append (" pcaSubCACertificateId: " ).append (toIndentedString (pcaSubCACertificateId )).append ("\n " );
637615 sb .append (" port: " ).append (toIndentedString (port )).append ("\n " );
638616 sb .append (" protocol: " ).append (toIndentedString (protocol )).append ("\n " );
639- sb .append (" proxyProtocolDisabled: " ).append (toIndentedString (proxyProtocolDisabled )).append ("\n " );
640617 sb .append (" serverGroupId: " ).append (toIndentedString (serverGroupId )).append ("\n " );
641618 sb .append (" tags: " ).append (toIndentedString (tags )).append ("\n " );
642619 sb .append ("}" );
0 commit comments