Amazon.ECS.Model.ItemAttributes.WithHasViewfinder C# (CSharp) Méthode

WithHasViewfinder() public méthode

Sets the HasViewfinder property
public WithHasViewfinder ( Boolean hasViewfinder ) : ItemAttributes
hasViewfinder Boolean HasViewfinder property
Résultat ItemAttributes
        public ItemAttributes WithHasViewfinder(Boolean hasViewfinder)
        {
            this.hasViewfinderField = hasViewfinder;
            return this;
        }
ItemAttributes