2424import javax .validation .constraints .*;
2525import javax .validation .Valid ;
2626/**
27- * IpConfigsForUpdateResolverEndpointInput
27+ * IpConfigForUpdateResolverEndpointInput
2828 */
2929
3030
3131
32- public class IpConfigsForUpdateResolverEndpointInput {
32+ public class IpConfigForUpdateResolverEndpointInput {
3333 @ SerializedName ("AzID" )
3434 private String azID = null ;
3535
@@ -42,7 +42,7 @@ public class IpConfigsForUpdateResolverEndpointInput {
4242 @ SerializedName ("SubnetID" )
4343 private String subnetID = null ;
4444
45- public IpConfigsForUpdateResolverEndpointInput azID (String azID ) {
45+ public IpConfigForUpdateResolverEndpointInput azID (String azID ) {
4646 this .azID = azID ;
4747 return this ;
4848 }
@@ -60,7 +60,7 @@ public void setAzID(String azID) {
6060 this .azID = azID ;
6161 }
6262
63- public IpConfigsForUpdateResolverEndpointInput IP (String IP ) {
63+ public IpConfigForUpdateResolverEndpointInput IP (String IP ) {
6464 this .IP = IP ;
6565 return this ;
6666 }
@@ -78,7 +78,7 @@ public void setIP(String IP) {
7878 this .IP = IP ;
7979 }
8080
81- public IpConfigsForUpdateResolverEndpointInput ipv6 (String ipv6 ) {
81+ public IpConfigForUpdateResolverEndpointInput ipv6 (String ipv6 ) {
8282 this .ipv6 = ipv6 ;
8383 return this ;
8484 }
@@ -96,7 +96,7 @@ public void setIpv6(String ipv6) {
9696 this .ipv6 = ipv6 ;
9797 }
9898
99- public IpConfigsForUpdateResolverEndpointInput subnetID (String subnetID ) {
99+ public IpConfigForUpdateResolverEndpointInput subnetID (String subnetID ) {
100100 this .subnetID = subnetID ;
101101 return this ;
102102 }
@@ -123,11 +123,11 @@ public boolean equals(java.lang.Object o) {
123123 if (o == null || getClass () != o .getClass ()) {
124124 return false ;
125125 }
126- IpConfigsForUpdateResolverEndpointInput ipConfigsForUpdateResolverEndpointInput = (IpConfigsForUpdateResolverEndpointInput ) o ;
127- return Objects .equals (this .azID , ipConfigsForUpdateResolverEndpointInput .azID ) &&
128- Objects .equals (this .IP , ipConfigsForUpdateResolverEndpointInput .IP ) &&
129- Objects .equals (this .ipv6 , ipConfigsForUpdateResolverEndpointInput .ipv6 ) &&
130- Objects .equals (this .subnetID , ipConfigsForUpdateResolverEndpointInput .subnetID );
126+ IpConfigForUpdateResolverEndpointInput ipConfigForUpdateResolverEndpointInput = (IpConfigForUpdateResolverEndpointInput ) o ;
127+ return Objects .equals (this .azID , ipConfigForUpdateResolverEndpointInput .azID ) &&
128+ Objects .equals (this .IP , ipConfigForUpdateResolverEndpointInput .IP ) &&
129+ Objects .equals (this .ipv6 , ipConfigForUpdateResolverEndpointInput .ipv6 ) &&
130+ Objects .equals (this .subnetID , ipConfigForUpdateResolverEndpointInput .subnetID );
131131 }
132132
133133 @ Override
@@ -139,7 +139,7 @@ public int hashCode() {
139139 @ Override
140140 public String toString () {
141141 StringBuilder sb = new StringBuilder ();
142- sb .append ("class IpConfigsForUpdateResolverEndpointInput {\n " );
142+ sb .append ("class IpConfigForUpdateResolverEndpointInput {\n " );
143143
144144 sb .append (" azID: " ).append (toIndentedString (azID )).append ("\n " );
145145 sb .append (" IP: " ).append (toIndentedString (IP )).append ("\n " );
0 commit comments