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

WithTime() public méthode

Sets the Time property
public WithTime ( String time ) : Tagging
time String Time property
Résultat Tagging
        public Tagging WithTime(String time)
        {
            this.timeField = time;
            return this;
        }