Amazon.ECS.Model.ResponseGroupInformation.WithCreationDate C# (CSharp) Méthode

WithCreationDate() public méthode

Sets the CreationDate property
public WithCreationDate ( String creationDate ) : ResponseGroupInformation
creationDate String CreationDate property
Résultat ResponseGroupInformation
        public ResponseGroupInformation WithCreationDate(String creationDate)
        {
            this.creationDateField = creationDate;
            return this;
        }