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

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

Sets the IncludedSoftware property
public WithIncludedSoftware ( String includedSoftware ) : MerchantItemAttributes
includedSoftware String IncludedSoftware property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithIncludedSoftware(String includedSoftware)
        {
            this.includedSoftwareField = includedSoftware;
            return this;
        }
MerchantItemAttributes