Amazon.ECS.Model.MerchantItemAttributes.WithIncludedSoftware C# (CSharp) Méthode

WithIncludedSoftware() public méthode

Sets the IncludedSoftware property
public WithIncludedSoftware ( String includedSoftware ) : MerchantItemAttributes
includedSoftware String IncludedSoftware property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithIncludedSoftware(String includedSoftware)
        {
            this.includedSoftwareField = includedSoftware;
            return this;
        }
MerchantItemAttributes