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

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

Sets the Name property
public WithName ( String name ) : ResponseGroupInformation
name String Name property
Результат ResponseGroupInformation
        public ResponseGroupInformation WithName(String name)
        {
            this.nameField = name;
            return this;
        }