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

WithHasVideoOut() public méthode

Sets the HasVideoOut property
public WithHasVideoOut ( Boolean hasVideoOut ) : MerchantItemAttributes
hasVideoOut Boolean HasVideoOut property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithHasVideoOut(Boolean hasVideoOut)
        {
            this.hasVideoOutField = hasVideoOut;
            return this;
        }
MerchantItemAttributes