Amazon.ECS.Model.TagLookupRequest.WithCount C# (CSharp) 메소드

WithCount() 공개 메소드

Sets the Count property
public WithCount ( Decimal count ) : TagLookupRequest
count Decimal Count property
리턴 TagLookupRequest
        public TagLookupRequest WithCount(Decimal count)
        {
            this.countField = count;
            return this;
        }