Amazon.ECS.Model.Tagging.WithUserId C# (CSharp) Méthode

WithUserId() public méthode

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