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

WithSettingType() public method

Sets the SettingType property
public WithSettingType ( String settingType ) : MerchantItemAttributes
settingType String SettingType property
return MerchantItemAttributes
        public MerchantItemAttributes WithSettingType(String settingType)
        {
            this.settingTypeField = settingType;
            return this;
        }
MerchantItemAttributes