Amazon.CloudTrail.Model.Internal.MarshallTransformations.StartLoggingResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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