Amazon.ECS.Model.Tagging.WithUserId C# (CSharp) 메소드

WithUserId() 공개 메소드

Sets the UserId property
public WithUserId ( String userId ) : Tagging
userId String UserId property
리턴 Tagging
        public Tagging WithUserId(String userId)
        {
            this.userIdField = userId;
            return this;
        }