Amazon.ECS.Model.CustomerContentLookupRequest.WithTagPage C# (CSharp) 메소드

WithTagPage() 공개 메소드

Sets the TagPage property
public WithTagPage ( Decimal tagPage ) : CustomerContentLookupRequest
tagPage Decimal TagPage property
리턴 CustomerContentLookupRequest
        public CustomerContentLookupRequest WithTagPage(Decimal tagPage)
        {
            this.tagPageField = tagPage;
            return this;
        }