Amazon.Redshift.Model.Internal.MarshallTransformations.DescribeLoggingStatusResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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