Amazon.ECS.Model.ResponseGroupInformation.WithCreationDate C# (CSharp) Метод

WithCreationDate() публичный Метод

Sets the CreationDate property
public WithCreationDate ( String creationDate ) : ResponseGroupInformation
creationDate String CreationDate property
Результат ResponseGroupInformation
        public ResponseGroupInformation WithCreationDate(String creationDate)
        {
            this.creationDateField = creationDate;
            return this;
        }