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

GetInstance() public static method

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