Amazon.ECS.Model.ResponseGroupInformation.WithCreationDate C# (CSharp) Method

WithCreationDate() public method

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