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

GetInstance() public static method

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