Amazon.ECS.Model.MerchantItemAttributes.WithResolutionModes C# (CSharp) Метод

WithResolutionModes() публичный Метод

Sets the ResolutionModes property
public WithResolutionModes ( String resolutionModes ) : MerchantItemAttributes
resolutionModes String ResolutionModes property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithResolutionModes(String resolutionModes)
        {
            this.resolutionModesField = resolutionModes;
            return this;
        }
MerchantItemAttributes