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

WithName() public method

Sets the Name property
public WithName ( String name ) : ResponseGroupInformation
name String Name property
return ResponseGroupInformation
        public ResponseGroupInformation WithName(String name)
        {
            this.nameField = name;
            return this;
        }