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