Amazon.ECS.Model.MerchantItemAttributes.WithHasViewfinder C# (CSharp) 메소드

WithHasViewfinder() 공개 메소드

Sets the HasViewfinder property
public WithHasViewfinder ( Boolean hasViewfinder ) : MerchantItemAttributes
hasViewfinder Boolean HasViewfinder property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithHasViewfinder(Boolean hasViewfinder)
        {
            this.hasViewfinderField = hasViewfinder;
            return this;
        }
MerchantItemAttributes