Amazon.ECS.Model.MerchantItemAttributes.WithSettingType C# (CSharp) 메소드

WithSettingType() 공개 메소드

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