Amazon.Redshift.Model.Internal.MarshallTransformations.DeleteClusterParameterGroupResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : DeleteClusterParameterGroupResponseUnmarshaller
return DeleteClusterParameterGroupResponseUnmarshaller
        public static DeleteClusterParameterGroupResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteClusterParameterGroupResponseUnmarshaller();
            }
            return instance;
        }
    
DeleteClusterParameterGroupResponseUnmarshaller