Amazon.ECS.Model.MerchantItemAttributes.WithResolutionModes C# (CSharp) Method

WithResolutionModes() public method

Sets the ResolutionModes property
public WithResolutionModes ( String resolutionModes ) : MerchantItemAttributes
resolutionModes String ResolutionModes property
return MerchantItemAttributes
        public MerchantItemAttributes WithResolutionModes(String resolutionModes)
        {
            this.resolutionModesField = resolutionModes;
            return this;
        }
MerchantItemAttributes