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

GetInstance() public static method

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