File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
generator/ServiceModels/wafv2
sdk/src/Services/WAFV2/Generated/Model Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "emitIsSetProperties" : {
3
+ "UpdateIPSetRequest" : [
4
+ " Addresses"
5
+ ]
6
+ }
7
+ }
Original file line number Diff line number Diff line change @@ -145,10 +145,32 @@ public List<string> Addresses
145
145
set { this . _addresses = value ; }
146
146
}
147
147
148
+ /// <summary>
149
+ /// This property is set to true if the property <seealso cref="Addresses"/>
150
+ /// is set; false otherwise.
151
+ /// This property can be used to determine if the related property
152
+ /// was returned by a service response or if the related property
153
+ /// should be sent to the service during a service call.
154
+ /// </summary>
155
+ /// <returns>
156
+ /// True if the related property was set or will be sent to a service; false otherwise.
157
+ /// </returns>
158
+ public bool IsAddressesSet
159
+ {
160
+ get
161
+ {
162
+ return Amazon . Util . Internal . InternalSDKUtils . GetIsSet ( this . _addresses ) ;
163
+ }
164
+ set
165
+ {
166
+ Amazon . Util . Internal . InternalSDKUtils . SetIsSet ( value , ref this . _addresses ) ;
167
+ }
168
+ }
169
+
148
170
// Check to see if Addresses property is set
149
171
internal bool IsSetAddresses ( )
150
172
{
151
- return this . _addresses != null && this . _addresses . Count > 0 ;
173
+ return this . IsAddressesSet ;
152
174
}
153
175
154
176
/// <summary>
You can’t perform that action at this time.
0 commit comments