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

WithIsAutographed() 공개 메소드

Sets the IsAutographed property
public WithIsAutographed ( Boolean isAutographed ) : MerchantItemAttributes
isAutographed Boolean IsAutographed property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithIsAutographed(Boolean isAutographed)
        {
            this.isAutographedField = isAutographed;
            return this;
        }
MerchantItemAttributes