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;
        }