Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListVirtualMFADevicesResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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